项目作者: juliagarriga

项目描述 :
AR.Drone 2.0 human tracking with Mobilenet-SSD and PID control
高级语言: Python
项目地址: git://github.com/juliagarriga/ARPET.git
创建时间: 2018-06-27T07:28:53Z
项目社区:https://github.com/juliagarriga/ARPET

开源协议:MIT License

下载


ARPET

Implementation of an onboard vision system autonomous tracker for an AR.Drone 2.0 using three PID controllers and the PS-Drone http://www.playsheep.de/drone/ library. The tracking algorithm is composed of an object detector implemented using a Caffe trained network of MobileNet-SSD, and a KCF object tracker using OpenCV v3. A Kalman filter is implemented to reduce the noise induced by the tracker. The code was tested indoors and the system yields acceptable results.

All code is written in Python 2.7. The dependencies are the PS-Drone library, OpenCV version > 3.0 and Numpy.

A visualization of the framework is shown in https://www.youtube.com/watch?v=ydnCSK7LFvU&t=2s.