Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 766 Bytes

File metadata and controls

28 lines (19 loc) · 766 Bytes

Landing zone detect Navigate

Here the darknet by Joseph Redmon is used to run YOLO model to detect the landing zone of our drone. Then the coordinates generated are passed through sockets to a event driven python program which will control the drone.

Installation

  • Run the darknet model
pip install pymavlink

Usage

python dronekit_detect_land.py

Outuput

land_yolo_tiny-2

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT