Skip to content

Master Praktikum: Usable Security der Universität: LMU+UniBW

Notifications You must be signed in to change notification settings

Momentum93/Above_You_Drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Above U Drone

Master Praktikum: Usable Security

A flying drone.

With Above U, a Tello drone can autonomously track a person using machine learning based pose estimation. Commands to control the drone can be sent via a USB serial connection, allowing remote control via a smartphone connected to a USB WiFi module.

How the Tracking Works

Using MediaPipe Pose Detection, we can recognise a person in the frame of the drone's video feed. This works whether the person is facing the camera or not. Using the torso coordinates, we track the person's movement with the drone. To keep a constant distance. For performance reasons this is only done every 10th frame. MediaPipe Pose skeleton. To distinguish between people, you can calibrate the tracking of just one person. This works by identifying histograms and dominant colors of the torso. These are subsequently compared every 30th frame for performance.

References

About

Master Praktikum: Usable Security der Universität: LMU+UniBW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages