bougacha commited on
Commit
2d69782
·
verified ·
1 Parent(s): 85e77ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -34
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 specialized computer vision dataset featuring 8,000 high-resolution satellite images of airport runway threshold markings (piano keys), optimized for detection, localization, and regression tasks.
18
-
19
-
20
-
21
- ## Overview
22
- This dataset contains 8,000 standardized 640×640 satellite images captured from Google Maps. Each image focuses on "piano markings"the critical threshold indicators at the start of a runway. To facilitate easier training for detection and regression models, all images share a consistent heading and orientation, minimizing the need for complex rotational data augmentation.
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