Datasets:
Tasks:
Object Detection
Modalities:
Image
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Dataset Card for Fashionpedia_4_categories
|
| 2 |
|
| 3 |
-
This dataset is a variation of the fashionpedia dataset available [here](https://huggingface.co/datasets/detection-datasets/fashionpedia), with
|
| 4 |
-
-
|
| 5 |
-
-
|
| 6 |
-
-
|
| 7 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
The goal is to make the detection task easier with 4 categories instead of 46 for the full fashionpedia dataset.
|
| 10 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Fashionpedia_4_categories
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
license:
|
| 8 |
+
- cc-by-4.0
|
| 9 |
+
multilinguality:
|
| 10 |
+
- monolingual
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
source_datasets:
|
| 14 |
+
- fashionpedia
|
| 15 |
+
tags:
|
| 16 |
+
- object-detection
|
| 17 |
+
- fashion
|
| 18 |
+
- computer-vision
|
| 19 |
+
paperswithcode_id: fashionpedia
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
# Dataset Card for Fashionpedia_4_categories
|
| 23 |
|
| 24 |
+
This dataset is a variation of the fashionpedia dataset available [here](https://huggingface.co/datasets/detection-datasets/fashionpedia), with 2 key differences:
|
| 25 |
+
- It contains only 4 categories:
|
| 26 |
+
- Clothing
|
| 27 |
+
- Shoes
|
| 28 |
+
- Bags
|
| 29 |
+
- Accessories
|
| 30 |
+
- New splits were created:
|
| 31 |
+
- Train: 90% of the images
|
| 32 |
+
- Val: 5%
|
| 33 |
+
- Test 5%
|
| 34 |
|
| 35 |
The goal is to make the detection task easier with 4 categories instead of 46 for the full fashionpedia dataset.
|
| 36 |
|