valentinafeve
commited on
Commit
•
3e968f9
1
Parent(s):
2348cf4
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
datasets:
|
3 |
- detection-datasets/fashionpedia
|
|
|
1 |
+
This is a fine-tunned object detection model for fashion.
|
2 |
+
|
3 |
+
For more details of the implementation you can check the source code [here](https://github.com/valntinaf/fine_tunning_YOLOS_for_fashion)
|
4 |
+
|
5 |
+
the dataset used for its training is available [here](https://huggingface.co/datasets/detection-datasets/fashionpedia)
|
6 |
+
|
7 |
+
this model supports the following categories:
|
8 |
+
|
9 |
+
CATS = ['shirt, blouse', 'top, t-shirt, sweatshirt', 'sweater', 'cardigan', 'jacket', 'vest', 'pants', 'shorts', 'skirt', 'coat', 'dress', 'jumpsuit', 'cape', 'glasses', 'hat', 'headband, head covering, hair accessory', 'tie', 'glove', 'watch', 'belt', 'leg warmer', 'tights, stockings', 'sock', 'shoe', 'bag, wallet', 'scarf', 'umbrella', 'hood', 'collar', 'lapel', 'epaulette', 'sleeve', 'pocket', 'neckline', 'buckle', 'zipper', 'applique', 'bead', 'bow', 'flower', 'fringe', 'ribbon', 'rivet', 'ruffle', 'sequin', 'tassel']
|
10 |
+
|
11 |
+
|
12 |
+
![image](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*q8TTgxX_gf6vRe5AJN2r4g.png)
|
13 |
+
|
14 |
---
|
15 |
datasets:
|
16 |
- detection-datasets/fashionpedia
|