Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -43,14 +43,14 @@ The semantic segmentation maps of **TopAir** contain 8 classes:
|
|
43 |
|
44 |
| Class ID | RGB Color Palette | Class Name | Definition |
|
45 |
|----------|-------------------|------------------|----------------------------------------------------------------------------------------------------|
|
46 |
-
| 1 | <span style="color:rgb(75, 163, 185)"> (75, 163, 185) </span> | Water | Includes
|
47 |
-
| 2 | <span style="color:rgb(50, 128, 0)"> (50, 128, 0) </span> | Trees |
|
48 |
-
| 3 | <span style="color:rgb(232, 250, 80)"> (232, 250, 80) </span> | Land |
|
49 |
-
| 4 | <span style="color:rgb(237, 125, 49)"> (237, 125, 49) </span> | Vehicle |
|
50 |
-
| 5 | <span style="color:rgb(70, 70, 70)"> (70, 70, 70) </span> | Rocks |
|
51 |
| 6 | <span style="color:rgb(142, 1, 246)"> (142, 1, 246) </span> | Road | Lanes, streets, paved areas on which cars drive |
|
52 |
-
| 7 | <span style="color:rgb(255, 128, 128)"> (255, 128, 128) </span> | Building |
|
53 |
-
| 8 | <span style="color:rgb(128, 64, 64)"> (128, 64, 64) </span> | Others |
|
54 |
|
55 |
Per-class pixel distribution:
|
56 |
.....
|
@@ -58,7 +58,7 @@ Per-class pixel distribution:
|
|
58 |
To convert depth maps to their corresponding meter values:
|
59 |
depth value (meter) = pixel value*100.0/255.0
|
60 |
|
61 |
-
The reference frames convention used in
|
62 |
<img src="./assets/ref_frames.jpeg" width="100%"/>
|
63 |
|
64 |
### Dataset Description
|
|
|
43 |
|
44 |
| Class ID | RGB Color Palette | Class Name | Definition |
|
45 |
|----------|-------------------|------------------|----------------------------------------------------------------------------------------------------|
|
46 |
+
| 1 | <span style="color:rgb(75, 163, 185)"> (75, 163, 185) </span> | Water | Includes all water surfaces |
|
47 |
+
| 2 | <span style="color:rgb(50, 128, 0)"> (50, 128, 0) </span> | Trees | all trees and vegetation above the ground |
|
48 |
+
| 3 | <span style="color:rgb(232, 250, 80)"> (232, 250, 80) </span> | Land | all ground types (dirt ground, rocky ground, ground vegetation, sand, etc) |
|
49 |
+
| 4 | <span style="color:rgb(237, 125, 49)"> (237, 125, 49) </span> | Vehicle | all types of ground vehicles (car, trucks, ..) |
|
50 |
+
| 5 | <span style="color:rgb(70, 70, 70)"> (70, 70, 70) </span> | Rocks | boulders and rocks |
|
51 |
| 6 | <span style="color:rgb(142, 1, 246)"> (142, 1, 246) </span> | Road | Lanes, streets, paved areas on which cars drive |
|
52 |
+
| 7 | <span style="color:rgb(255, 128, 128)"> (255, 128, 128) </span> | Building | buildings and residential houses |
|
53 |
+
| 8 | <span style="color:rgb(128, 64, 64)"> (128, 64, 64) </span> | Others | any other objects not incuded in the above classes |
|
54 |
|
55 |
Per-class pixel distribution:
|
56 |
.....
|
|
|
58 |
To convert depth maps to their corresponding meter values:
|
59 |
depth value (meter) = pixel value*100.0/255.0
|
60 |
|
61 |
+
The reference frames convention used in TopAir:
|
62 |
<img src="./assets/ref_frames.jpeg" width="100%"/>
|
63 |
|
64 |
### Dataset Description
|