yolo12138 commited on
Commit
9a0e89e
1 Parent(s): f809b74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -15,7 +15,6 @@ pipeline_tag: image-segmentation
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
  # segformer-b2-human-parse-24
18
-
19
  This model is a fine-tuned version of [mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes) on the human_parsing_29_mix dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.0818
@@ -75,6 +74,35 @@ It achieves the following results on the evaluation set:
75
 
76
  More information needed
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  ## Intended uses & limitations
79
 
80
  More information needed
 
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
  # segformer-b2-human-parse-24
 
18
  This model is a fine-tuned version of [mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes) on the human_parsing_29_mix dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.0818
 
74
 
75
  More information needed
76
 
77
+ ```
78
+ "id2label": {
79
+ "0": "background",
80
+ "1": "hat",
81
+ "2": "hair",
82
+ "3": "glove",
83
+ "4": "glasses",
84
+ "5": "upper_only_torso_region",
85
+ "6": "dresses_only_torso_region",
86
+ "7": "coat_only_torso_region",
87
+ "8": "socks",
88
+ "9": "left_pants",
89
+ "10": "right_patns",
90
+ "11": "skin_around_neck_region",
91
+ "12": "scarf",
92
+ "13": "skirts",
93
+ "14": "face",
94
+ "15": "left_arm",
95
+ "16": "right_arm",
96
+ "17": "left_leg",
97
+ "18": "right_leg",
98
+ "19": "left_shoe",
99
+ "20": "right_shoe",
100
+ "21": "left_sleeve_for_upper",
101
+ "22": "right_sleeve_for_upper",
102
+ "23": "bag"
103
+ }
104
+ ```
105
+
106
  ## Intended uses & limitations
107
 
108
  More information needed