mattmdjaga
commited on
Commit
•
6140066
1
Parent(s):
c4d1ead
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,8 @@ datasets:
|
|
14 |
# Segformer B2 fine-tuned for clothes segmentation
|
15 |
|
16 |
SegFormer model fine-tuned on [ATR dataset](https://github.com/lemondan/HumanParsing-Dataset) for clothes segmentation.
|
17 |
-
The dataset on hugging face is called "mattmdjaga/human_parsing_dataset"
|
|
|
18 |
|
19 |
```python
|
20 |
from transformers import AutoFeatureExtractor, SegformerForSemanticSegmentation
|
|
|
14 |
# Segformer B2 fine-tuned for clothes segmentation
|
15 |
|
16 |
SegFormer model fine-tuned on [ATR dataset](https://github.com/lemondan/HumanParsing-Dataset) for clothes segmentation.
|
17 |
+
The dataset on hugging face is called "mattmdjaga/human_parsing_dataset".
|
18 |
+
**Thank you everyone for using this model. If there is any feedback then please comment in the community section and also feel free to leave a like on the model.**
|
19 |
|
20 |
```python
|
21 |
from transformers import AutoFeatureExtractor, SegformerForSemanticSegmentation
|