Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,34 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
task_categories:
|
| 4 |
-
- object-detection
|
| 5 |
-
- image-feature-extraction
|
| 6 |
-
tags:
|
| 7 |
-
- aviation
|
| 8 |
-
- remote-sensing
|
| 9 |
-
- satellite-imagery
|
| 10 |
-
- computer-vision
|
| 11 |
-
size_categories:
|
| 12 |
-
- 1K<n<10K
|
| 13 |
-
---
|
| 14 |
-
|
| 15 |
-
# Runway Piano Markings Dataset
|
| 16 |
-
|
| 17 |
-
A
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
## Overview
|
| 22 |
-
This dataset contains 8,000
|
| 23 |
-
|
| 24 |
-
## Dataset Structure
|
| 25 |
-
The dataset is organized into two primary directories:
|
| 26 |
-
|
| 27 |
-
```text
|
| 28 |
-
dataset/
|
| 29 |
-
├── images/
|
| 30 |
-
│ ├── LFPG_09L.png # Naming: {airport_ident}_{runway_ident}.png
|
| 31 |
-
│ └── ... # 8,000 PNG files
|
| 32 |
-
└── labels/
|
| 33 |
-
├── LFPG_09L.txt # Corresponding annotation file
|
| 34 |
-
└── ... # 8,000 TXT files
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
+
- image-feature-extraction
|
| 6 |
+
tags:
|
| 7 |
+
- aviation
|
| 8 |
+
- remote-sensing
|
| 9 |
+
- satellite-imagery
|
| 10 |
+
- computer-vision
|
| 11 |
+
size_categories:
|
| 12 |
+
- 1K<n<10K
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Runway Piano Markings Dataset
|
| 16 |
+
|
| 17 |
+
A computer vision dataset of airport runway threshold markings (piano keys), for object detection.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
## Overview
|
| 22 |
+
This dataset contains 8,000 satellite images of size 640×640 captured from Google Maps. Each image focuses on "piano markings", the threshold indicators at the start of a runway. To make the task easier, all runways are oriented up.
|
| 23 |
+
|
| 24 |
+
## Dataset Structure
|
| 25 |
+
The dataset is organized into two primary directories:
|
| 26 |
+
|
| 27 |
+
```text
|
| 28 |
+
dataset/
|
| 29 |
+
├── images/
|
| 30 |
+
│ ├── LFPG_09L.png # Naming: {airport_ident}_{runway_ident}.png
|
| 31 |
+
│ └── ... # 8,000 PNG files
|
| 32 |
+
└── labels/
|
| 33 |
+
├── LFPG_09L.txt # Corresponding annotation file
|
| 34 |
+
└── ... # 8,000 TXT files
|