v-xchen-v commited on
Commit
79e5ac2
1 Parent(s): 3f8f486

Upload id2label.json

Browse files
Files changed (1) hide show
  1. id2label.json +21 -0
id2label.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "background",
3
+ "1": "hair",
4
+ "2": "hat",
5
+ "3": "ear_r",
6
+ "4": "skin",
7
+ "5": "l_brow",
8
+ "6": "r_brow",
9
+ "7": "l_eye",
10
+ "8": "r_eye",
11
+ "9": "eye_g",
12
+ "10": "nose",
13
+ "11": "u_lip",
14
+ "12": "l_lip",
15
+ "13": "mouth",
16
+ "14": "cloth",
17
+ "15": "neck",
18
+ "16": "neck_l",
19
+ "17": "l_ear",
20
+ "18": "r_ear"
21
+ }