Kurt Stolle commited on
Commit
986f2f1
·
1 Parent(s): 2cf1268

Added CSV file to describe semantic classes for the dataset

Browse files
Files changed (1) hide show
  1. semantics.csv +21 -0
semantics.csv ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label,name,kind,color
2
+ -1,void,void,"(128, 64, 128)"
3
+ 0,road,stuff,"(128, 64, 128)"
4
+ 1,sidewalk,stuff,"(244, 35, 232)"
5
+ 2,building,stuff,"(70, 70, 70)"
6
+ 3,wall,stuff,"(102, 102, 156)"
7
+ 4,fence,stuff,"(190, 153, 153)"
8
+ 5,pole,stuff,"(153, 153, 153)"
9
+ 6,traffic light,stuff,"(250, 170, 30)"
10
+ 7,traffic sign,stuff,"(220, 220, 0)"
11
+ 8,vegetation,stuff,"(107, 142, 35)"
12
+ 9,terrain,stuff,"(152, 251, 152)"
13
+ 10,sky,stuff,"(70, 130, 180)"
14
+ 11,person,thing,"(220, 20, 60)"
15
+ 12,rider,thing,"(255, 0, 0)"
16
+ 13,car,thing,"(0, 0, 142)"
17
+ 14,truck,thing,"(0, 0, 70)"
18
+ 15,bus,thing,"(0, 60, 100)"
19
+ 16,train,thing,"(0, 80, 100)"
20
+ 17,motorcycle,thing,"(0, 0, 230)"
21
+ 18,bicycle,thing,"(119, 11, 32)"