Drone dataset to lock on enemy drones
This dataset prepared for academical and competition purpose. Main idea of this dataset is to guide our drone to other drones. Dataset includes ~1400 drone images and label files. The label files are in format of both .txt and .xml. So, You can use it with Tensorflow, Darknet and PyTorch too. Most of images taken from Google and Yandex's image search toolbox with image(web) scrapers. The other images are cropped from drone videos that downloaded from Youtube. Results are pretty good(%86mAP).
Here is the link of dataset
The xmlparser is written to solve a issue that occured in labelimg. When I labeled photos with LabelImg, there was no problem firstly. Then, when I changed the path of images(and format of images like jpg or png) the xml files become a problem. Because the path in the label xml file and the image path looks diffrent. So, instead of labelling the photos again, kubilay write a script to change the path in the label xml files, so easyly we can train our images in every PC.
I also added a python script(txt_path_generator_yolo) to write the path of images in a txt file to train YOLO-v3.
Images are in diffrent format like jpg, png or jpeg. I suggest you to convert all of them to jpg format. For windows,
- Open cmd
- Go to the path that contain images
- Run this command:
ren *. *.jpg