Commit
·
c4d1ead
1
Parent(s):
07f955f
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,8 @@ datasets:
|
|
13 |
---
|
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 |
|
18 |
```python
|
19 |
from transformers import AutoFeatureExtractor, SegformerForSemanticSegmentation
|
|
|
13 |
---
|
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
|