Upload folder using huggingface_hub
Browse files- README.md +79 -0
- dataset.zip +3 -0
README.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Planespotting Dataset
|
| 3 |
+
size_categories:
|
| 4 |
+
- 1K<n<10K
|
| 5 |
+
task_categories:
|
| 6 |
+
- object-detection
|
| 7 |
+
annotations_creators:
|
| 8 |
+
- machine-generated
|
| 9 |
+
source_datasets:
|
| 10 |
+
- original
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: default
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: images/train
|
| 16 |
+
- split: val
|
| 17 |
+
path: images/val
|
| 18 |
+
default: true
|
| 19 |
+
tags:
|
| 20 |
+
- aircraft
|
| 21 |
+
- image
|
| 22 |
+
license: cc0-1.0
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# Dataset Card for Planespotting Dataset
|
| 26 |
+
|
| 27 |
+
### Dataset Summary
|
| 28 |
+
This dataset contains a collection of aircraft images for object detection purposes, focused specifically on amateur photography taken with ordinary smartphones or low-quality airport cameras. The dataset includes approximately 10,000 images with machine-generated annotations in YOLO format for identifying aircraft in various contexts. The primary goal is to detect aircraft on approach, often appearing as small dots in the sky, followed by the ability to auto-detect and auto-photograph in good quality. The dataset is balanced with roughly 50% low-quality images (showing very distant aircraft) and 50% high-quality images (showing aircraft at understandably close range). Images are organized into training and validation splits, with bounding box annotations that specify the location of aircraft within each image. This dataset is suitable for training and evaluating computer vision models for aircraft detection and related applications in aerial imagery analysis, aviation monitoring, and surveillance systems.
|
| 29 |
+
|
| 30 |
+
## Dataset Structure
|
| 31 |
+
|
| 32 |
+
### Data Files
|
| 33 |
+
The dataset is organized as follows:
|
| 34 |
+
- `images/train/`: Contains 9,885 training images
|
| 35 |
+
- `images/val/`: Contains 93 validation images
|
| 36 |
+
- `labels/train/`: Contains YOLO format annotation files for training images
|
| 37 |
+
- `labels/val/`: Contains YOLO format annotation files for validation images
|
| 38 |
+
- `dataset.yaml`: Configuration file specifying dataset paths and class names
|
| 39 |
+
|
| 40 |
+
### Data Fields
|
| 41 |
+
Each image in the dataset is accompanied by a corresponding text file in YOLO format with the following structure:
|
| 42 |
+
- Each line represents one object annotation
|
| 43 |
+
- Format: `class_id center_x center_y width height`
|
| 44 |
+
- `class_id`: Integer representing the object class (0 for aircraft)
|
| 45 |
+
- `center_x`, `center_y`: Normalized coordinates (0-1) of the bounding box center
|
| 46 |
+
- `width`, `height`: Normalized width and height (0-1) of the bounding box
|
| 47 |
+
|
| 48 |
+
### Data Splits
|
| 49 |
+
The dataset contains two splits:
|
| 50 |
+
|
| 51 |
+
| Split | Number of Examples |
|
| 52 |
+
| :---- | ---------------: |
|
| 53 |
+
| `train` | 9,885 |
|
| 54 |
+
| `val` | 93 |
|
| 55 |
+
|
| 56 |
+
Total dataset size: 9,978 entries
|
| 57 |
+
|
| 58 |
+
### Class Distribution
|
| 59 |
+
The dataset contains a single class:
|
| 60 |
+
- Class 0: aircraft
|
| 61 |
+
|
| 62 |
+
## Additional Information
|
| 63 |
+
|
| 64 |
+
### Annotation Process
|
| 65 |
+
Annotations were machine-generated, creating bounding boxes around aircraft in the images. The annotation format follows the YOLO standard, which uses normalized coordinates:
|
| 66 |
+
- First value: class ID (0 for aircraft)
|
| 67 |
+
- Second and third values: x and y coordinates of the bounding box center (normalized to 0-1)
|
| 68 |
+
- Fourth and fifth values: width and height of the bounding box (normalized to 0-1)
|
| 69 |
+
|
| 70 |
+
Example annotation: `0 0.497070 0.598633 0.993247 0.528925`
|
| 71 |
+
|
| 72 |
+
## License Information
|
| 73 |
+
The dataset is provided under the Creative Commons Zero (CC0) license, which effectively places it in the public domain. This means:
|
| 74 |
+
- No attribution is required for use
|
| 75 |
+
- The dataset can be used for both personal and commercial purposes
|
| 76 |
+
- Contents can be modified and redistributed without restrictions
|
| 77 |
+
|
| 78 |
+
For detailed information about the CC0 license, please refer to:
|
| 79 |
+
[https://creativecommons.org/publicdomain/zero/1.0/](https://creativecommons.org/publicdomain/zero/1.0/)
|
dataset.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc6dbd95852dff1f4cd5173a89ff2eca9eeb47a129d57ed4a9ac5fb9bdd7e9a1
|
| 3 |
+
size 908852251
|