mingweihe / Auto-flight

Auto flight using simple Multiple Logistic Linear Regression
0 stars 0 forks source link
auto-flight drone image-classification tensorflow

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