brandyDolly commited on
Commit
d0f8ed5
·
verified ·
1 Parent(s): 9d14b91

Update id2label.json

Browse files
Files changed (1) hide show
  1. id2label.json +21 -20
id2label.json CHANGED
@@ -1,22 +1,23 @@
1
  {
2
- "0": "aeroplane",
3
- "1": "bicycle",
4
- "2": "bird",
5
- "3": "boat",
6
- "4": "bottle",
7
- "5": "bus",
8
- "6": "car",
9
- "7": "cat",
10
- "8": "chair",
11
- "9": "cow",
12
- "10": "diningtable",
13
- "11": "dog",
14
- "12": "horse",
15
- "13": "motorbike",
16
- "14": "person",
17
- "15": "pottedplant",
18
- "16": "sheep",
19
- "17": "sofa",
20
- "18": "train",
21
- "19": "tvmonitor"
 
22
  }
 
1
  {
2
+ "0": "background",
3
+ "1": "aeroplane",
4
+ "2": "bicycle",
5
+ "3": "bird",
6
+ "4": "boat",
7
+ "5": "bottle",
8
+ "6": "bus",
9
+ "7": "car",
10
+ "8": "cat",
11
+ "9": "chair",
12
+ "10": "cow",
13
+ "11": "diningtable",
14
+ "12": "dog",
15
+ "13": "horse",
16
+ "14": "motorbike",
17
+ "15": "person",
18
+ "16": "pottedplant",
19
+ "17": "sheep",
20
+ "18": "sofa",
21
+ "19": "train",
22
+ "20": "tvmonitor"
23
  }