Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

18 lines (18 loc) · 1.28 KB

Auto Flight using Multiple Logistic Linear Regression

The purpose of this project is to teach Tello drone automatically flying. In other words, it's basically a project about image classification.
What is the functionality of my code?
1.Teach tello drone how to fly automatically.
2.Calling tello python API.
3.Connect encapsulated API with trained image classification model, which is also meant -- Auto-flight.

Run it with Terminal command:

sudo python start.py checkpoints/gesture/ checkpoints/operation/
parameters description:

1."checkpoints/gesture/":

gesture recognition trained model directory. (DeepLearning Model Hybrid-7 refer to HandGestureRecognition)

2."checkpoints/operation/":

autoflight trained model directory


Test screenshot


Training in jupyter