Skip to content

Files

Latest commit

 

History

History
9 lines (7 loc) · 1.04 KB

README.md

File metadata and controls

9 lines (7 loc) · 1.04 KB

Tello AI Sudoku Solver

Use this project to fly a DJI Ryze Tello autonomously and solve Sudoku puzzles in the air using Python, TensorFlow, Keras and OpenCV.

Prerequisites:

I am using a Nvidia Jetson Nano (Ubuntu) to run the code and control the Tello. You can use every computer to run this code, although the Machine Learning part and Hough transform algorithm are a little heavy, so you should use it with a good CPU/GPU. Don't expect 30 FPS. On a Jetson Nano via the drone's stream i am able to get around 20 FPS, and when the algoritm detects a Sudoku grid it will drop to 3/4 FPS, but it is usable. Another problem i am working on is to get video stabalization with OpenCV. The Tello doesn't do video stabalization by default and the algoritm struggles to keep the detected Sudoku grid in view.