Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 590 Bytes

File metadata and controls

31 lines (24 loc) · 590 Bytes

tello_tracking

Project using the Tello drone to track a predetermined object. The model was trained using YOLOv8m.

image

Requeriments

  • Python >= 3.9.0
pip install ultralytics
pip install opencv-python
pip install tello-zune
pip install "numpy<2"

Run the project

git clone https://github.com/zunedrones/tello_tracking.git
cd tello_tracking
python main.py
  • You need to be connected to the Tello's Wi-Fi network to run the program.