Create config.json
Browse files- config.json +63 -0
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id2label": {
|
3 |
+
"0": "Background",
|
4 |
+
"1": "Apparel",
|
5 |
+
"2": "Face Neck",
|
6 |
+
"3": "Hair",
|
7 |
+
"4": "Left Foot",
|
8 |
+
"5": "Left Hand",
|
9 |
+
"6": "Left Lower Arm",
|
10 |
+
"7": "Left Lower Leg",
|
11 |
+
"8": "Left Shoe",
|
12 |
+
"9": "Left Sock",
|
13 |
+
"10": "Left Upper Arm",
|
14 |
+
"11": "Left Upper Leg",
|
15 |
+
"12": "Lower Clothing",
|
16 |
+
"13": "Right Foot",
|
17 |
+
"14": "Right Hand",
|
18 |
+
"15": "Right Lower Arm",
|
19 |
+
"16": "Right Lower Leg",
|
20 |
+
"17": "Right Shoe",
|
21 |
+
"18": "Right Sock",
|
22 |
+
"19": "Right Upper Arm",
|
23 |
+
"20": "Right Upper Leg",
|
24 |
+
"21": "Torso",
|
25 |
+
"22": "Upper Clothing",
|
26 |
+
"23": "Lower Lip",
|
27 |
+
"24": "Upper Lip",
|
28 |
+
"25": "Lower Teeth",
|
29 |
+
"26": "Upper Teeth",
|
30 |
+
"27": "Tongue"
|
31 |
+
},
|
32 |
+
"label2id": {
|
33 |
+
"Background": 0,
|
34 |
+
"Apparel": 1,
|
35 |
+
"Face Neck": 2,
|
36 |
+
"Hair": 3,
|
37 |
+
"Left Foot": 4,
|
38 |
+
"Left Hand": 5,
|
39 |
+
"Left Lower Arm": 6,
|
40 |
+
"Left Lower Leg": 7,
|
41 |
+
"Left Shoe": 8,
|
42 |
+
"Left Sock": 9,
|
43 |
+
"Left Upper Arm": 10,
|
44 |
+
"Left Upper Leg": 11,
|
45 |
+
"Lower Clothing": 12,
|
46 |
+
"Right Foot": 13,
|
47 |
+
"Right Hand": 14,
|
48 |
+
"Right Lower Arm": 15,
|
49 |
+
"Right Lower Leg": 16,
|
50 |
+
"Right Shoe": 17,
|
51 |
+
"Right Sock": 18,
|
52 |
+
"Right Upper Arm": 19,
|
53 |
+
"Right Upper Leg": 20,
|
54 |
+
"Torso": 21,
|
55 |
+
"Upper Clothing": 22,
|
56 |
+
"Lower Lip": 23,
|
57 |
+
"Upper Lip": 24,
|
58 |
+
"Lower Teeth": 25,
|
59 |
+
"Upper Teeth": 26,
|
60 |
+
"Tongue": 27
|
61 |
+
},
|
62 |
+
"model_type": "sapiens"
|
63 |
+
}
|