This repository demonstrates the work of the detector for detecting drones using the Yolo neural network version 8 link to the repository with the neural network https://github.com/ultralytics/ultralytics
The main operating principle of the program is that the coordinates of a moving object from the tracker are given, an area is cut out from the full-size image and transferred to a neural network for analysis
Accuracy matrix for map50 for 3 classes:
- drone 0.988
- bird 0.986
- plane 0.998
Accuracy matrix for map50-95
- drone 0.758
- bird 0.714
- plane 0.794