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:

  1. The two folders with images and labels respectively should be inside the dataset folder.

  2. The images directory should contain the training images and the validation images respectively.

  3. The labels directory should contain the training labels and the

     

     

     

    To finish reading, please visit source site