yaraalaa0 commited on
Commit
c56bbd4
·
verified ·
1 Parent(s): d2e4bc2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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 houses, skyscrapers, and the elements attached to them |
47
- | 2 | <span style="color:rgb(50, 128, 0)"> (50, 128, 0) </span> | Trees | Wood or wire assemblies that enclose an area of ground |
48
- | 3 | <span style="color:rgb(232, 250, 80)"> (232, 250, 80) </span> | Land | Uncategorized elements |
49
- | 4 | <span style="color:rgb(237, 125, 49)"> (237, 125, 49) </span> | Vehicle | Markings on road |
50
- | 5 | <span style="color:rgb(70, 70, 70)"> (70, 70, 70) </span> | Rocks | Humans that walk |
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 | Vertically oriented pole and its horizontal components if any |
53
- | 8 | <span style="color:rgb(128, 64, 64)"> (128, 64, 64) </span> | Others | Parts of ground designated for pedestrians or cyclists |
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 the data collection of TopAir:
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