blinjrm commited on
Commit
4a706ce
1 Parent(s): 002ced6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -5
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 only 4 categories:
4
- - Clothing
5
- - Shoes
6
- - Bags
7
- - Accessories
 
 
 
 
 
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