mingweihe / Auto-flight

Auto flight using simple Multiple Logistic Linear Regression
0 stars 0 forks source link

Do you have more detail? #1

Open mulysatest opened 6 years ago

mulysatest commented 6 years ago

What is the functionality of your code? What does it do? I didn't manage to understand.

mingweihe commented 5 years ago

Dear @mulysatest, Sorry for this late reply.

  1. What is the functionality of your code? The purpose of this project is to teach Tello drone automatically flying. In other words, it's basically a project about image classification. There is also a function used for encapsulating basic operation for Tello API.
  2. What does it do? Once we trained a model, we can ask our drone to fly automatically by classifying frames from camera on top of Tello drone.

BTW, I also wrote a little more in README document. Thank your reply, bro.