Datasets:
ArXiv:
License:
Create configs/kitti360.yaml
Browse files- configs/kitti360.yaml +198 -0
configs/kitti360.yaml
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file is covered by the LICENSE file in the root of this project.
|
| 2 |
+
nbr_classes: 19
|
| 3 |
+
grid_dims: [256, 32, 256] # (W, H, D)
|
| 4 |
+
labels:
|
| 5 |
+
0 : "unlabeled"
|
| 6 |
+
1 : "outlier"
|
| 7 |
+
10: "car"
|
| 8 |
+
11: "bicycle"
|
| 9 |
+
13: "bus"
|
| 10 |
+
15: "motorcycle"
|
| 11 |
+
16: "on-rails"
|
| 12 |
+
18: "truck"
|
| 13 |
+
20: "other-vehicle"
|
| 14 |
+
30: "person"
|
| 15 |
+
31: "bicyclist"
|
| 16 |
+
32: "motorcyclist"
|
| 17 |
+
40: "road"
|
| 18 |
+
44: "parking"
|
| 19 |
+
48: "sidewalk"
|
| 20 |
+
49: "other-ground"
|
| 21 |
+
50: "building"
|
| 22 |
+
51: "fence"
|
| 23 |
+
52: "other-structure"
|
| 24 |
+
60: "lane-marking"
|
| 25 |
+
70: "vegetation"
|
| 26 |
+
71: "trunk"
|
| 27 |
+
72: "terrain"
|
| 28 |
+
80: "pole"
|
| 29 |
+
81: "traffic-sign"
|
| 30 |
+
99: "other-object"
|
| 31 |
+
252: "moving-car"
|
| 32 |
+
253: "moving-bicyclist"
|
| 33 |
+
254: "moving-person"
|
| 34 |
+
255: "moving-motorcyclist"
|
| 35 |
+
256: "moving-on-rails"
|
| 36 |
+
257: "moving-bus"
|
| 37 |
+
258: "moving-truck"
|
| 38 |
+
259: "moving-other-vehicle"
|
| 39 |
+
color_map: # bgr
|
| 40 |
+
0 : [0, 0, 0]
|
| 41 |
+
1 : [0, 0, 255]
|
| 42 |
+
10: [245, 150, 100]
|
| 43 |
+
11: [245, 230, 100]
|
| 44 |
+
13: [250, 80, 100]
|
| 45 |
+
15: [150, 60, 30]
|
| 46 |
+
16: [255, 0, 0]
|
| 47 |
+
18: [180, 30, 80]
|
| 48 |
+
20: [255, 0, 0]
|
| 49 |
+
30: [30, 30, 255]
|
| 50 |
+
31: [200, 40, 255]
|
| 51 |
+
32: [90, 30, 150]
|
| 52 |
+
40: [255, 0, 255]
|
| 53 |
+
44: [255, 150, 255]
|
| 54 |
+
48: [75, 0, 75]
|
| 55 |
+
49: [75, 0, 175]
|
| 56 |
+
50: [0, 200, 255]
|
| 57 |
+
51: [50, 120, 255]
|
| 58 |
+
52: [0, 150, 255]
|
| 59 |
+
60: [170, 255, 150]
|
| 60 |
+
70: [0, 175, 0]
|
| 61 |
+
71: [0, 60, 135]
|
| 62 |
+
72: [80, 240, 150]
|
| 63 |
+
80: [150, 240, 255]
|
| 64 |
+
81: [0, 0, 255]
|
| 65 |
+
99: [255, 255, 50]
|
| 66 |
+
252: [245, 150, 100]
|
| 67 |
+
256: [255, 0, 0]
|
| 68 |
+
253: [200, 40, 255]
|
| 69 |
+
254: [30, 30, 255]
|
| 70 |
+
255: [90, 30, 150]
|
| 71 |
+
257: [250, 80, 100]
|
| 72 |
+
258: [180, 30, 80]
|
| 73 |
+
259: [255, 0, 0]
|
| 74 |
+
content: # as a ratio with the total number of points
|
| 75 |
+
0: 0.2848417452056936
|
| 76 |
+
1: 0.0
|
| 77 |
+
10: 0.01983749599411903
|
| 78 |
+
11: 9.719043492190106e-05
|
| 79 |
+
13: 8.812172901085409e-05
|
| 80 |
+
15: 0.00010387247418585811
|
| 81 |
+
16: 0.003498548779509923
|
| 82 |
+
18: 0.0022174305343550995
|
| 83 |
+
20: 0.0012293279317961631
|
| 84 |
+
30: 0.00019936933118689005
|
| 85 |
+
31: 8.34775248250103e-05
|
| 86 |
+
32: 0.0
|
| 87 |
+
40: 0.18301380891811173
|
| 88 |
+
44: 0.022222770320975044
|
| 89 |
+
48: 0.10658338271700511
|
| 90 |
+
49: 0.013312019108448078
|
| 91 |
+
50: 0.08266303552442433
|
| 92 |
+
51: 0.008460835861454078
|
| 93 |
+
52: 0.033257320133170704
|
| 94 |
+
60: 0.0
|
| 95 |
+
70: 0.16860900009553803
|
| 96 |
+
71: 0.0
|
| 97 |
+
72: 0.04732251443431639
|
| 98 |
+
80: 0.00032178137333487255
|
| 99 |
+
81: 8.959468958873611e-05
|
| 100 |
+
99: 0.0015188036331984448
|
| 101 |
+
252: 0.0
|
| 102 |
+
253: 0.0
|
| 103 |
+
254: 0.0
|
| 104 |
+
255: 0.0
|
| 105 |
+
256: 0.0
|
| 106 |
+
257: 0.0
|
| 107 |
+
258: 0.0
|
| 108 |
+
259: 0.0
|
| 109 |
+
# classes that are indistinguishable from single scan or inconsistent in
|
| 110 |
+
# ground truth are mapped to their closest equivalent
|
| 111 |
+
learning_map:
|
| 112 |
+
0 : 0 # "unlabeled"
|
| 113 |
+
1 : 0 # "outlier" mapped to "unlabeled" --------------------------mapped
|
| 114 |
+
10: 1 # "car"
|
| 115 |
+
11: 2 # "bicycle"
|
| 116 |
+
13: 5 # "bus" mapped to "other-vehicle" --------------------------mapped
|
| 117 |
+
15: 3 # "motorcycle"
|
| 118 |
+
16: 5 # "on-rails" mapped to "other-vehicle" ---------------------mapped
|
| 119 |
+
18: 4 # "truck"
|
| 120 |
+
20: 5 # "other-vehicle"
|
| 121 |
+
30: 6 # "person"
|
| 122 |
+
31: 0 # "bicyclist" mapped to "unlabeled" --------------------mapped
|
| 123 |
+
32: 0 # "motorcyclist" mapped to "unlabeled" -----------------mapped
|
| 124 |
+
40: 7 # "road"
|
| 125 |
+
44: 8 # "parking"
|
| 126 |
+
48: 9 # "sidewalk"
|
| 127 |
+
49: 10 # "other-ground"
|
| 128 |
+
50: 11 # "building"
|
| 129 |
+
51: 12 # "fence"
|
| 130 |
+
52: 17 # "other-structure"
|
| 131 |
+
60: 7 # "lane-marking" to "road" ---------------------------------mapped
|
| 132 |
+
70: 13 # "vegetation"
|
| 133 |
+
71: 0 # "trunk"
|
| 134 |
+
72: 14 # "terrain"
|
| 135 |
+
80: 15 # "pole"
|
| 136 |
+
81: 16 # "traffic-sign"
|
| 137 |
+
99: 18 # "other-object"
|
| 138 |
+
252: 1 # "moving-car" to "car" ------------------------------------mapped
|
| 139 |
+
253: 0 # "moving-bicyclist" to "unlabeled" ------------------------mapped
|
| 140 |
+
254: 6 # "moving-person" to "person" ------------------------------mapped
|
| 141 |
+
255: 0 # "moving-motorcyclist" to "unlabeled" ------------------mapped
|
| 142 |
+
256: 5 # "moving-on-rails" mapped to "other-vehicle" --------------mapped
|
| 143 |
+
257: 5 # "moving-bus" mapped to "other-vehicle" -------------------mapped
|
| 144 |
+
258: 4 # "moving-truck" to "truck" --------------------------------mapped
|
| 145 |
+
259: 5 # "moving-other"-vehicle to "other-vehicle" ----------------mapped
|
| 146 |
+
learning_map_inv: # inverse of previous map
|
| 147 |
+
0: 0 # "unlabeled", and others ignored
|
| 148 |
+
1: 10 # "car"
|
| 149 |
+
2: 11 # "bicycle"
|
| 150 |
+
3: 15 # "motorcycle"
|
| 151 |
+
4: 18 # "truck"
|
| 152 |
+
5: 20 # "other-vehicle"
|
| 153 |
+
6: 30 # "person"
|
| 154 |
+
7: 40 # "road"
|
| 155 |
+
8: 44 # "parking"
|
| 156 |
+
9: 48 # "sidewalk"
|
| 157 |
+
10: 49 # "other-ground"
|
| 158 |
+
11: 50 # "building"
|
| 159 |
+
12: 51 # "fence"
|
| 160 |
+
13: 70 # "vegetation"
|
| 161 |
+
14: 72 # "terrain"
|
| 162 |
+
15: 80 # "pole"
|
| 163 |
+
16: 81 # "traffic-sign"
|
| 164 |
+
17: 52 # "other-structure"
|
| 165 |
+
18: 99 # "other-object"
|
| 166 |
+
learning_ignore: # Ignore classes
|
| 167 |
+
0: True # "unlabeled", and others ignored
|
| 168 |
+
1: False # "car"
|
| 169 |
+
2: False # "bicycle"
|
| 170 |
+
3: False # "motorcycle"
|
| 171 |
+
4: False # "truck"
|
| 172 |
+
5: False # "other-vehicle"
|
| 173 |
+
6: False # "person"
|
| 174 |
+
7: False # "road"
|
| 175 |
+
8: False # "parking"
|
| 176 |
+
9: False # "sidewalk"
|
| 177 |
+
10: False # "other-ground"
|
| 178 |
+
11: False # "building"
|
| 179 |
+
12: False # "fence"
|
| 180 |
+
13: False # "vegetation"
|
| 181 |
+
14: False # "terrain"
|
| 182 |
+
15: False # "pole"
|
| 183 |
+
16: False # "traffic-sign"
|
| 184 |
+
17: False # "other-structure"
|
| 185 |
+
18: False # "other-object"
|
| 186 |
+
split: # sequence numbers
|
| 187 |
+
train:
|
| 188 |
+
- 0
|
| 189 |
+
- 2
|
| 190 |
+
- 3
|
| 191 |
+
- 4
|
| 192 |
+
- 5
|
| 193 |
+
- 7
|
| 194 |
+
- 10
|
| 195 |
+
valid:
|
| 196 |
+
- 6
|
| 197 |
+
test:
|
| 198 |
+
- 9
|