Update config.json
Browse files- config.json +36 -36
config.json
CHANGED
@@ -29,47 +29,47 @@
|
|
29 |
],
|
30 |
"id2label": {
|
31 |
"0": "background",
|
32 |
-
"1": "skin
|
33 |
-
"2": "nose
|
34 |
-
"3": "
|
35 |
-
"4": "l_eye
|
36 |
-
"5": "
|
37 |
-
"6": "l_brow
|
38 |
-
"7": "
|
39 |
-
"8": "l_ear
|
40 |
-
"9": "
|
41 |
-
"10": "
|
42 |
-
"11": "
|
43 |
-
"12": "
|
44 |
-
"13": "hair
|
45 |
-
"14": "
|
46 |
-
"15": "
|
47 |
-
"16": "
|
48 |
-
"17": "
|
49 |
-
"18": "
|
50 |
},
|
51 |
"image_size": 224,
|
52 |
"initializer_range": 0.02,
|
53 |
"label2id": {
|
54 |
"background": 0,
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"eye_g
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"l_brow
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"mouth
|
65 |
-
"
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"
|
73 |
},
|
74 |
"layer_norm_eps": 1e-06,
|
75 |
"mlp_ratios": [
|
|
|
29 |
],
|
30 |
"id2label": {
|
31 |
"0": "background",
|
32 |
+
"1": "skin",
|
33 |
+
"2": "nose",
|
34 |
+
"3": "eye_g",
|
35 |
+
"4": "l_eye",
|
36 |
+
"5": "r_eye",
|
37 |
+
"6": "l_brow",
|
38 |
+
"7": "r_brow",
|
39 |
+
"8": "l_ear",
|
40 |
+
"9": "r_ear",
|
41 |
+
"10": "mouth",
|
42 |
+
"11": "u_lip",
|
43 |
+
"12": "l_lip",
|
44 |
+
"13": "hair",
|
45 |
+
"14": "hat",
|
46 |
+
"15": "ear_r",
|
47 |
+
"16": "neck_l",
|
48 |
+
"17": "neck",
|
49 |
+
"18": "cloth"
|
50 |
},
|
51 |
"image_size": 224,
|
52 |
"initializer_range": 0.02,
|
53 |
"label2id": {
|
54 |
"background": 0,
|
55 |
+
"skin": 1,
|
56 |
+
"nose": 2,
|
57 |
+
"eye_g": 3,
|
58 |
+
"l_eye": 4,
|
59 |
+
"r_eye": 5,
|
60 |
+
"l_brow": 6,
|
61 |
+
"r_brow": 7,
|
62 |
+
"l_ear": 8,
|
63 |
+
"r_ear": 9,
|
64 |
+
"mouth": 10,
|
65 |
+
"u_lip": 11,
|
66 |
+
"l_lip": 12,
|
67 |
+
"hair": 13,
|
68 |
+
"hat": 14,
|
69 |
+
"ear_r": 15,
|
70 |
+
"neck_l": 16,
|
71 |
+
"neck": 17,
|
72 |
+
"cloth": 18
|
73 |
},
|
74 |
"layer_norm_eps": 1e-06,
|
75 |
"mlp_ratios": [
|