deep-learning-analytics
commited on
Commit
•
008fa5b
1
Parent(s):
8f9088a
classification palette
Browse files- class_dict_seg.csv +25 -0
class_dict_seg.csv
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name, r, g, b
|
2 |
+
unlabeled, 0, 0, 0
|
3 |
+
paved-area, 128, 64, 128
|
4 |
+
dirt, 130, 76, 0
|
5 |
+
grass, 0, 102, 0
|
6 |
+
gravel, 112, 103, 87
|
7 |
+
water, 28, 42, 168
|
8 |
+
rocks, 48, 41, 30
|
9 |
+
pool, 0, 50, 89
|
10 |
+
vegetation, 107, 142, 35
|
11 |
+
roof, 70, 70, 70
|
12 |
+
wall, 102, 102, 156
|
13 |
+
window, 254, 228, 12
|
14 |
+
door, 254, 148, 12
|
15 |
+
fence, 190, 153, 153
|
16 |
+
fence-pole, 153, 153, 153
|
17 |
+
person, 255, 22, 96
|
18 |
+
dog, 102, 51, 0
|
19 |
+
car, 9, 143, 150
|
20 |
+
bicycle, 119, 11, 32
|
21 |
+
tree, 51, 51, 0
|
22 |
+
bald-tree, 190, 250, 190
|
23 |
+
ar-marker, 112, 150, 146
|
24 |
+
obstacle, 2, 135, 115
|
25 |
+
conflicting, 255, 0, 0
|