Commit
·
2e52ec2
1
Parent(s):
02852c4
Update README.md
Browse files
README.md
CHANGED
@@ -3,3 +3,39 @@ license: other
|
|
3 |
license_name: server-side-public-license
|
4 |
license_link: https://www.mongodb.com/licensing/server-side-public-license
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
license_name: server-side-public-license
|
4 |
license_link: https://www.mongodb.com/licensing/server-side-public-license
|
5 |
---
|
6 |
+
|
7 |
+
## Datasets
|
8 |
+
|
9 |
+
Fashionpedia(FP) has the following splits (with number of images); *Train* (45,623), *Validation* (1,158), and *Test* (2,044). \
|
10 |
+
FashionFail(FF) has the following splits (with number of images); *Train* (1,344), *Validation* (150), and *Test* (1,001).
|
11 |
+
|
12 |
+
The following table shows the number of samples in each split for each class. For example, *FF-train*
|
13 |
+
contains *57* samples of `shirt, blouse` class. As FF has exactly 1 annotation per image, this means
|
14 |
+
there are *57* images (out of *1344*) of `shirt, blouse` class inside *FF-train*. On the contrary, FP
|
15 |
+
has many annotations per image — *FP-val* has a total of *4481* samples for *1158* images.
|
16 |
+
|
17 |
+
| | Class / Split | FF-train | FF-val | FF-test | FP-train⬇ | FP-val |
|
18 |
+
|----|--------------------|----------|--------|---------|-----------|--------|
|
19 |
+
| 23 | shoe | 441 | 49 | 328 | 46374 | 1566 |
|
20 |
+
| 10 | dress | 29 | 3 | 22 | 18739 | 508 |
|
21 |
+
| 1 | top,t-shirt,sweats | 71 | 8 | 53 | 16548 | 477 |
|
22 |
+
| 6 | pants | 53 | 6 | 40 | 12414 | 314 |
|
23 |
+
| 4 | jacket | 45 | 5 | 34 | 7833 | 183 |
|
24 |
+
| 24 | bag, wallet | 146 | 16 | 109 | 7217 | 214 |
|
25 |
+
| 0 | shirt, blouse | 57 | 6 | 42 | 6161 | 102 |
|
26 |
+
| 8 | skirt | 26 | 3 | 20 | 5046 | 162 |
|
27 |
+
| 13 | glasses | 62 | 7 | 46 | 4855 | 130 |
|
28 |
+
| 21 | tights, stockings | 39 | 4 | 29 | 4326 | 122 |
|
29 |
+
| 15 | headband,head c. | 45 | 5 | 33 | 3470 | 109 |
|
30 |
+
| 18 | watch | 99 | 11 | 73 | 3389 | 84 |
|
31 |
+
| 9 | coat | 12 | 1 | 8 | 3124 | 104 |
|
32 |
+
| 7 | shorts | 52 | 6 | 39 | 2756 | 106 |
|
33 |
+
| 22 | sock | 22 | 3 | 17 | 2582 | 87 |
|
34 |
+
| 14 | hat | 88 | 10 | 65 | 2518 | 74 |
|
35 |
+
| 17 | glove | 12 | 2 | 10 | 1385 | 31 |
|
36 |
+
| 25 | scarf | 2 | 0 | 1 | 1374 | 48 |
|
37 |
+
| 3 | cardigan | 1 | 0 | 1 | 1107 | 12 |
|
38 |
+
| 11 | jumpsuit | 16 | 2 | 12 | 922 | 21 |
|
39 |
+
| 5 | vest | 23 | 3 | 18 | 719 | 22 |
|
40 |
+
| 26 | umbrella | 3 | 0 | 1 | 135 | 5 |
|
41 |
+
| | **TOTAL** | 1344 | 150 | 1001 | 152994 | 4481 |
|