Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Formats:
parquet
Sub-tasks:
semantic-segmentation
Size:
10K - 100K
Commit
•
2685b13
1
Parent(s):
b8e59af
Create id2label.json (#2)
Browse files- Create id2label.json (7fc662ebeb434f6c2e7cdd6de15a51b3d185ec8c)
Co-authored-by: Gautam Menon <[email protected]>
- id2label.json +1 -0
id2label.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"0": "Background", "1": "Hat", "2": "Hair", "3": "Sunglasses", "4": "Upper-clothes", "5": "Skirt", "6": "Pants", "7": "Dress", "8": "Belt", "9": "Left-shoe", "10": "Right-shoe", "11": "Face", "12": "Left-leg", "13": "Right-leg", "14": "Left-arm", "15": "Right-arm", "16": "Bag", "17": "Scarf"}
|