johanhag commited on
Commit
9a4f8bd
1 Parent(s): 2243b12

Update id2label.json

Browse files
Files changed (1) hide show
  1. id2label.json +7 -6
id2label.json CHANGED
@@ -1,8 +1,9 @@
1
  {
2
- "0": "object",
3
- "1": "road",
4
- "2": "side walk",
5
- "3": "car",
6
- "4": "pedestrian",
7
- "5": "other"
 
8
  }
 
1
  {
2
+ "0": "unlabeled",
3
+ "1": "object",
4
+ "2": "road",
5
+ "3": "side walk",
6
+ "4": "car",
7
+ "5": "pedestrian",
8
+ "6": "other"
9
  }