Create id2label.json
Browse files- id2label.json +22 -0
id2label.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": "unlabeled",
|
3 |
+
"1": "Pizza",
|
4 |
+
"2": "Apple",
|
5 |
+
"3": "Brownie",
|
6 |
+
"4": "Lettuce",
|
7 |
+
"5": "Pasta",
|
8 |
+
"6": "Sweet Potato Fries",
|
9 |
+
"7": "Beans",
|
10 |
+
"8": "Beef",
|
11 |
+
"9": "Bread",
|
12 |
+
"10": "Cake",
|
13 |
+
"11": "Chicken",
|
14 |
+
"12": "Corn",
|
15 |
+
"13": "Green_bean",
|
16 |
+
"14": "Hot_dog_bun",
|
17 |
+
"15": "Pork",
|
18 |
+
"16": "Potato",
|
19 |
+
"17": "Rice",
|
20 |
+
"18": "Spinach",
|
21 |
+
"20": "Plate"
|
22 |
+
}
|