juanmapf97 / Tello-Face-Recognition

An implementation of face detection and tracking on the dji Tello drone based on a HAAR Cascade using OpenCV and Python 3.6
MIT License
42 stars 23 forks source link
dji-tello-drone face-detection opencv opencv-python

Face Detection and Tracking with Dji Tello drone

This is an implementation of face detection and tracking on the dji Tello drone based on a HAAR Cascade using OpenCV and Python 3.6.

The current implementation allows the user to:

It allows the drone to:

Note: Current implementation allows only tracking of 1 user.

Quick Start

To initialize your drone and get it up and running, simply clone the repository and download its dependencies with:

pip install -r requirements.txt

Afterwards, connect to the drones wifi and run:

python main.py

This will make the drone take off and initialize a video feed directly from the drone to your computer.

Next Steps