Upload id2label.json
Browse files- id2label.json +22 -0
id2label.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|