A comprehensive research compilation of datasets for training object detection and tracking models that can be deployed on drones.
Visit our GitHub Pages site: Drone Datasets Hub
The website provides an interactive and visually appealing way to explore all the drone datasets with:
- Detailed information pages for each dataset
- Comparative analysis and visualizations
- Implementation strategies for different use cases
- Defense industry applications
This repository contains detailed information about various drone-related datasets that can be used for:
- Training object detection models for drone deployment
- Developing tracking algorithms for drone-based systems
- Creating counter-drone detection systems
- Implementing multi-view tracking solutions
A large-scale benchmark with over 260,000 frames and 10,000 static images captured by drone-mounted cameras across 14 different cities in China.
Multiple community-contributed datasets for drone detection and object detection from drones, with various export formats and preprocessing options.
A dataset with 4,000+ images specifically designed for training YOLO models to detect drones in various environments.
A real-world object detection dataset with over 50,000 training images for detecting quadcopter UAVs.
A collection of datasets for tracking drones using multiple camera views, enabling 3D trajectory reconstruction.
A dataset designed for object detection and tracking from drone perspectives in urban environments, with 100 video sequences and 1 million+ annotations.
A benchmark dataset with 123 video sequences specifically designed for visual object tracking from low-altitude UAVs.
- Comprehensive Report: Detailed analysis of all datasets
- Dataset Suitability Evaluation: Assessment of datasets for different drone applications
- Categorized Datasets: Datasets organized by various characteristics
- Defense Applications: Datasets for defense industry use cases
-
Dataset Combination:
- Primary: VisDrone (for scale and diversity)
- Supplementary: UAVDT (for vehicle-specific detection)
- Fine-tuning: Domain-specific smaller datasets
-
Model Selection:
- YOLOv5/v8 for balanced speed/accuracy
- EfficientDet for resource-constrained platforms
- SSD MobileNet for extreme resource constraints
-
Training Strategy:
- Transfer learning from COCO pre-trained models
- Progressive resolution training
- Mixed precision training for efficiency
- Data augmentation focusing on viewpoint and lighting variations
-
Dataset Combination:
- Primary: DroneDetectionDataset (for scale)
- Supplementary: Kaggle Drone Dataset (for diversity)
- Fine-tuning: Roboflow datasets (for specialized scenarios)
-
Model Selection:
- Faster R-CNN for high accuracy requirements
- YOLOv5/v8 for balanced performance
- TinyYOLO for edge deployment
-
Training Strategy:
- Hard negative mining
- Focal loss to address class imbalance
- Extensive augmentation (scale, blur, noise)
- Consider multi-modal approaches (RGB + thermal if available)
This repository also includes information about datasets that can be used for defense industry applications, including:
- Counter-drone detection systems
- Aerial surveillance and reconnaissance
- Target tracking and identification
- Multi-sensor fusion approaches
drones-dataset/
├── index.html # Main website homepage
├── visdrone_dataset.html # VisDrone dataset details
├── kaggle_drone_detection.html # Kaggle drone detection dataset details
├── drone_detection_dataset.html # DroneDetectionDataset details
├── multi_view_drone_tracking.html # Multi-view tracking dataset details
├── uavdt_dataset.html # UAVDT dataset details
├── uav123_dataset.html # UAV123 dataset details
├── defense_applications.html # Defense industry applications
├── comprehensive_report.html # Complete analysis of all datasets
├── dataset_suitability_evaluation.html # Evaluation for different applications
├── categorized_datasets.html # Datasets organized by characteristics
├── README.md # This file
└── .nojekyll # Prevents GitHub Pages processing issues
- Browse the Website: Visit our GitHub Pages site for the best interactive experience
- Explore Dataset Details: Click on any dataset name to view detailed information
- Read the Comprehensive Report: For a complete analysis of all datasets
- Check Implementation Strategies: For guidance on using these datasets in your projects
This research compilation is provided for educational and research purposes. All datasets mentioned retain their original licenses and terms of use. Please refer to the original sources for specific licensing information.
Created by Ahmed Emam (@ahmedemam576)
Special thanks to all the researchers and organizations who created and maintain the original datasets referenced in this repository.