Upload id2label.json
Browse files- id2label.json +20 -0
id2label.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": "Background",
|
3 |
+
"1": "Hat",
|
4 |
+
"2": "Hair",
|
5 |
+
"3": "Sunglasses",
|
6 |
+
"4": "Upper-clothes",
|
7 |
+
"5": "Skirt",
|
8 |
+
"6": "Pants",
|
9 |
+
"7": "Dress",
|
10 |
+
"8": "Belt",
|
11 |
+
"9": "Left-shoe",
|
12 |
+
"10": "Right-shoe",
|
13 |
+
"11": "Face",
|
14 |
+
"12": "Left-leg",
|
15 |
+
"13": "Right-leg",
|
16 |
+
"14": "Left-arm",
|
17 |
+
"15": "Right-arm",
|
18 |
+
"16": "Bag",
|
19 |
+
"17": "Scarf"
|
20 |
+
}
|