Home

Awesome

HRPlanesv2 Data Set - High Resolution Satellite Imagery for Aircraft Detection

This repository contains the details of the HRPlanesv2 high-resolution satellite imagery dataset for aircraft detection, created for use in Dilsad Unsal's master's thesis, as well as the benchmark results of experiments using YOLOv4, YOLOv5, and YOLOv8, along with the associated weight files.

Researchers who are interested can directly download the weight files from the experiments and access the dataset using the provided Zenodo Link.

This dataset is also published on the IEEE Earth Observation Dataset Platform, accessible via the following Link.

<div align="left">Details About the Experiments</div>

YOLOv4 training experiments were conducted using the Darknet open-source neural network framework (https://github.com/pjreddie/darknet) on a computer equipped with an NVIDIA GeForce 2080 Ti graphics card.

YOLOv5 training experiments were conducted on the Google Colab platform using a notebook cloned from the following link: https://github.com/ultralytics/yolov5.

For YOLOv5, the developers recommend experiments between 300 and 1000 epochs. However the HRPlanesv2 is a large dataset that consists of high-resolution Google Earth images. Therefore, the YOLOv5 experiments have been realized as six different experiments, each consisting of 50 epochs.

YOLOv8 training experiments were conducted using the Google Colab notebook cloned from the Roboflow platform, accessed via the link https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov8-object-detection-on-custom-dataset.ipynb.

<div align="left">Details About the Dataset</div>

The HRPlanesv2 dataset has been created in two steps. First, HRPlanes dataset refined by eliminating half of the images. Remaining half consists images with clear wheather conditions and high object percentage. Secondly, to further improve experiment results, images of airports from many different regions with various uses (civil/military/joint) selected and labeled.

The HRPlanesv2 dataset contains 2120 very high-resolution Google Earth images, with a total of 14335 aircraft labeled.

Each image is stored as a ".jpg" file with dimensions of 4800 x 2703 pixels, and each label is saved in YOLO ".txt" format.

The dataset has been divided into three parts: 70% for training, 20% for validation, and 10% for testing. The aircraft in the images within the training and validation datasets are 80% or larger in size.

graph3

<div align="left">Image Samples</div>

Picture2

</div>

<div align="left">Benchmark Analysis and Weight Files</div>

The mAP results from experiments with different input sizes are given in the table below. Researchers could download the weight files directly from the links on the table.

ModelPatch SizePRmAP @.50mAP @.50:.05:.95OptimizerWeights
YOLOv8-nano640x6400.9720.9620.9870.758SGDyolov8_nano_SGD_best.pt
YOLOv4576x5760.970.990.9880.760N/Ayolov4_best.conv.137
YOLOv8-nano640x6400.9780.9670.9880.781Adamyolov8_nano_adam_best.pt
YOLOv5X576x5760.9940.9960.9920.802SGDyolov5_576_best.pt
YOLOv8X640x6400.9790.9760.9910.807Adamyolov8X_adam_best.pt
YOLOv5X640x6400.9960.990.9950.815SGDyolov5_640_best.pt
YOLOv8-large640x6400.9810.9770.9910.816Adamyolov8_large_adam_best.pt
YOLOv8-large640x6400.9900.9850.9930.835SGDyolov8_large_SGD_best.pt
YOLOv8X640x6400.9920.9790.9930.838SGDyolov8X_SGD_best.pt

<div align="left">License</div>

Use of the Google Earth images must respect the "Google Earth" terms of use. All images and their associated annotations can be used for academic purposes only, <font color="red"><b> but any commercial use is prohibited.</b></font>

Released under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) License

<div align="left">Citation</div>

People who want to use the dataset should give DOI citation on the Zenodo page.

"Unsal, Dilsad. (2022). HRPlanesv2 - High Resolution Satellite Imagery for Aircraft Detection [Data set]. Zenodo. https://doi.org/10.5281/zenodo.7331974"

Citation Link for HRPlanes publication link