/GEA2022

Primary LanguagePythonMIT LicenseMIT

Project Summary

This repository is developed by Suhan Park for Computer Science and Drone curriculum under Girls in Engineering Academy 2022 hosted by Engineering Society of Detroit

MIT Repository

Explanation
  • This project is built using djitellopy and DJI Tello Drone.
  • basics folder contains topics in basic computer vision and keyboard control mainly using cv2 and pygame.
  • drone_od folder contains topics in object detection using DNN computer vision SSD-Mobilenet neural network.
  • facetracking folder contains topics in object detection using CV2 Cascade Classifier.
Requirements

How to install all the requirements:

$ pip install -r requirements.txt

The answer code files are movetest.py, streaming.py, dronecam.py, and od_drone.py