- Real time object detection using DJI Tello
- TensorFlow Model based on ssd_mobilenet_v1_coco_2018_01_28
- Taged Images
Install tensorflow and CUDA Drivers https://medium.com/@karol_majek/10-simple-steps-to-tensorflow-object-detection-api-aa2e9b96dc94
Install Pygame
pip install pygameInstall Numpy
pip install numpyInstall TelloPy - https://github.com/hanyazou/TelloPy
pip install tellopyIsntall PyAV (FFmpeg)
pip install avOther Python Scripts https://s3.amazonaws.com/marmarti-testing/tensorflow/generate_tfrecord.py https://s3.amazonaws.com/marmarti-testing/tensorflow/xml_to_csv.py
Inference Graph https://s3.amazonaws.com/marmarti-testing/tensorflow/drone_inference_graph_19345.zip
Training Images & Record files https://s3.amazonaws.com/marmarti-testing/tensorflow/training_model_images_tagged.zip
- Write MORE Tests
- Add Night Mode
