Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Formats:
parquet
Sub-tasks:
semantic-segmentation
Size:
10K - 100K
License:
Create id2label.json
Browse files- id2label.json +59 -0
id2label.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": "Background",
|
3 |
+
"1": "shirt, blouse",
|
4 |
+
"2": "top, t-shirt, sweatshirt",
|
5 |
+
"3": "sweater",
|
6 |
+
"4": "cardigan",
|
7 |
+
"5": "jacket",
|
8 |
+
"6": "vest",
|
9 |
+
"7": "pants",
|
10 |
+
"8": "shorts",
|
11 |
+
"9": "skirt",
|
12 |
+
"10": "coat",
|
13 |
+
"11": "dress",
|
14 |
+
"12": "jumpsuit",
|
15 |
+
"13": "cape",
|
16 |
+
"14": "glasses",
|
17 |
+
"15": "hat",
|
18 |
+
"16": "headband, head covering, hair accessory",
|
19 |
+
"17": "tie",
|
20 |
+
"18": "glove",
|
21 |
+
"19": "watch",
|
22 |
+
"20": "belt",
|
23 |
+
"21": "leg warmer",
|
24 |
+
"22": "tights, stockings",
|
25 |
+
"23": "sock",
|
26 |
+
"24": "shoe",
|
27 |
+
"25": "bag, wallet",
|
28 |
+
"26": "scarf",
|
29 |
+
"27": "umbrella",
|
30 |
+
"28": "hood",
|
31 |
+
"29": "collar",
|
32 |
+
"30": "lapel",
|
33 |
+
"31": "epaulette",
|
34 |
+
"32": "sleeve",
|
35 |
+
"33": "pocket",
|
36 |
+
"34": "neckline",
|
37 |
+
"35": "buckle",
|
38 |
+
"36": "zipper",
|
39 |
+
"37": "applique",
|
40 |
+
"38": "bead",
|
41 |
+
"39": "bow",
|
42 |
+
"40": "flower",
|
43 |
+
"41": "fringe",
|
44 |
+
"42": "ribbon",
|
45 |
+
"43": "rivet",
|
46 |
+
"44": "ruffle",
|
47 |
+
"45": "sequin",
|
48 |
+
"46": "tassel",
|
49 |
+
"47": "Hair",
|
50 |
+
"48": "Sunglasses",
|
51 |
+
"49": "Upper-clothes",
|
52 |
+
"50": "Left-shoe",
|
53 |
+
"51": "Right-shoe",
|
54 |
+
"52": "Face",
|
55 |
+
"53": "Left-leg",
|
56 |
+
"54": "Right-leg",
|
57 |
+
"55": "Left-arm",
|
58 |
+
"56": "Right-arm"
|
59 |
+
}
|