Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,10 @@ pipeline_tag: object-detection
|
|
7 |
---
|
8 |
This model is fine-tuned version of microsoft/conditional-detr-resnet-50.
|
9 |
|
|
|
|
|
|
|
|
|
10 |
This model was trained using a combination of two datasets: [modanet](https://github.com/eBay/modanet) and [fashionpedia](https://fashionpedia.github.io/home/)
|
11 |
|
12 |
The labels are ['bag', 'bottom', 'dress', 'hat', 'shoes', 'outer', 'top']
|
|
|
7 |
---
|
8 |
This model is fine-tuned version of microsoft/conditional-detr-resnet-50.
|
9 |
|
10 |
+
You can find details of model in this github repo -> [fashion-visual-search](https://github.com/yainage90/fashion-visual-search)
|
11 |
+
|
12 |
+
And you can find fashion image feature extractor model -> [yainage90/fashion-image-feature-extractor](https://huggingface.co/yainage90/fashion-image-feature-extractor)
|
13 |
+
|
14 |
This model was trained using a combination of two datasets: [modanet](https://github.com/eBay/modanet) and [fashionpedia](https://fashionpedia.github.io/home/)
|
15 |
|
16 |
The labels are ['bag', 'bottom', 'dress', 'hat', 'shoes', 'outer', 'top']
|