Skip to content

SubhiH/HandGesturesDroneController

Repository files navigation

Hand Gestures for Drone Control Using Deep Learning 🙋:fist: :hand: :point_up: :raised_hands:

Apache Flight Stack OpenCV Python Tensorflow SSD Docker Build

  • A Complete system to control the drone using hand gestures. The following video shows the result of this research:

Watch the video


  • The proposed system consists of three modules:

  1. Hand Detector: SSD deep neural network detector is used to recognize and localize the hands. The dataset was collected and labelled for this project. It contains ~3200 samples acquired in outdoor and indoor enviromnents with one and two hands. The dataset is available in this repository HandsDataset

Samples


  1. Gestures Recognizer: Image processing algorithm is developed to recognize the gestures. The user can contol the drone in a similar way he drives the car using virtual wheel. The arm and takeoff gesture is shown in the following figure.

Samples

Some samples of the movement gestures:

Samples


  1. Drone Controller: Ardupilot system is used in this module. A simple system is built using dronekit library and MAVLink messages.

Notes:

  1. Research paper of this work is under review.
  2. Thesis of this work will be submitted to University of Oklahoma at the end of November and will be available online.
  3. The system is tested with CPU and works in real-time.
  4. Everyone is welcome to contribute 🍬 🍩 🍨 .

TO-DO :

  • Star the repository ⭐ 😉.
  • Installation instructions.
  • Upload dataset.
  • Upload trained model.
  • Autpilot repo.
  • GUI.
  • Thesis link 📘 .
  • Paper link 📄.

Citing this work

If you want to cite this work, use the following:

Soubhi Hadri, Hand Gestures for Drone Control Using Deep Learning, GitHub repository, https://github.com/SubhiH/HandGesturesDroneController

@misc{Soubhi2018,
  author = {Soubhi, Hadri},
  title = {Hand Gestures for Drone Control Using Deep Learning },
  year = {2018},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/SubhiH/hand_gesture_controller}}
  }

Thanks: 🙏

Special thanks to:

References

You can find the detailed list of resources at the end of the thesis.

License

HandGesturesDroneController is released under the Apache license. See LICENSE for more information.