bougacha commited on
Commit
b2afedf
·
1 Parent(s): fa76075
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
 
1
  ---
2
+ Dataset Description
3
+ ===================
4
+
5
+ This dataset contains 8,000 satellite images of runway piano markings, captured from Google Maps satellite view with a consistent heading.
6
+
7
+ Dataset Structure:
8
+ ------------------
9
+ - `images/` : Contains 8,000 images of size 640x640 pixels.
10
+ - Images are named using the format:
11
+ `{airport_ident}_{runway_ident}.png`
12
+
13
+ - `labels/` : Contains corresponding `.txt` files for each image.
14
+
15
+ Label Format:
16
+ -------------
17
+ Each `.txt` file follows the structure:
18
+
19
+ x0,y0,x1,y1
20
+
21
+ where:
22
+ - (x0, y0) represents the top-left corner of the piano.
23
+ - (x1, y1) represents the bottom-right corner of the piano.
24
+
25
+ Each label file corresponds to an image in the `images/` folder with the same filename (but with a `.txt` extension).
26
+
27
+
28
+
29
  license: mit
30
  ---