Commit
·
99d65c3
1
Parent(s):
fca95d3
Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,6 @@ datasets:
|
|
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 |
-
**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.**
|
20 |
-
|
21 |
```python
|
22 |
from transformers import AutoFeatureExtractor, SegformerForSemanticSegmentation
|
23 |
from PIL import Image
|
|
|
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
|
21 |
from PIL import Image
|