mattmdjaga
commited on
Commit
•
fc92b3a
1
Parent(s):
66eddab
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 but can also be used for human segmentation.
|
17 |
The dataset on hugging face is called "mattmdjaga/human_parsing_dataset".
|
18 |
|
19 |
-
|
20 |
-
**NEW** -
|
21 |
**[Training code](https://github.com/mattmdjaga/segformer_b2_clothes)**.
|
22 |
```python
|
23 |
from transformers import SegformerImageProcessor, AutoModelForSemanticSegmentation
|
|
|
16 |
SegFormer model fine-tuned on [ATR dataset](https://github.com/lemondan/HumanParsing-Dataset) for clothes segmentation but can also be used for human segmentation.
|
17 |
The dataset on hugging face is called "mattmdjaga/human_parsing_dataset".
|
18 |
|
|
|
|
|
19 |
**[Training code](https://github.com/mattmdjaga/segformer_b2_clothes)**.
|
20 |
```python
|
21 |
from transformers import SegformerImageProcessor, AutoModelForSemanticSegmentation
|