Drone detection using YOLOv5 in python
Detect_Drone Drone detection using YOLOv5 in python. Install Python >= 3.6.0 required with all requirements.txt dependencies installed: $ git clone https://github.com/tusharsarkar3/Detect_Drone.git $ pip install -r requirements.txt Training The structure of the file system is of great importance here so these images will show you the correct way of organizing it. The main folder named datasets should be on the same level as this repository. The next steps are elaborated in the images: The two folders with images and labels respectively […]
Read more