Skip to content

Auto flight using simple Multiple Logistic Linear Regression

Notifications You must be signed in to change notification settings

mingweihe/Auto-flight

Repository files navigation

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


About

Auto flight using simple Multiple Logistic Linear Regression

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published