Skip to content

jwangjie/winnet-perception-AlphaPilot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

winnet-perception-AlphaPilot

The repository contains two parts: a CNN for window corner position detection of AlphaPilot machine vision test and a ROS perception node "winnet" for the future closed-loop controls.

CNN Corner Detector

The goal is to develop a reliable pipeline to detect the corner positions of the window automatically. The inputs are images shown in the left, and the outputs are the corner (x, y) positions shown in the right. alphapilot

The outputs are eight continuous numbers, thus we consider the task as a regression problem instead of a classification problem. In fact, this corner position detection task is very similar to the “Facial key-points detection” competition organized by Kaggle during the past several years. Both tasks aim to detect "key points" in the images. Thus, some well known multi-label classifier like YOLO, SSD, and Faster-RCNN aren't selected. A simple regression CNN was developed as the corner detector.

The CNN is very simple but achieved 72% pixel accuracy in the AlphaPilot leaderboard.


winnet ROS node

A ROS node was created for future perception-action development. The created node was simulated in the rotors_simulator on a Bebop drone.

The packages used for simulations are shown in the following image. packages


The simulation result can be viewed by clicking on the GIF below.

winnet

About

A small CNN window corner detector and ROS node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published