Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: server-side-public-license
|
4 |
-
license_link: https://www.mongodb.com/licensing/server-side-public-license
|
5 |
-
task_categories:
|
6 |
-
- object-detection
|
7 |
-
- image-segmentation
|
8 |
-
tags:
|
9 |
-
- fashion
|
10 |
-
- e-commerce
|
11 |
-
- apparel
|
12 |
-
|
|
|
|
|
13 |
|
14 |
# FashionFail Dataset
|
15 |
|
@@ -30,11 +32,13 @@ cd fashionfail
|
|
30 |
pip install -e .
|
31 |
```
|
32 |
|
33 |
-
Then, execute the following script
|
34 |
```
|
35 |
-
python fashionfail/data/make_dataset.py
|
36 |
-
--save_dir "dir/to/save" \ # [optional] default: "~/.cache/fashionfail/"
|
37 |
```
|
|
|
|
|
|
|
38 |
|
39 |
### Annotation format
|
40 |
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: server-side-public-license
|
4 |
+
license_link: https://www.mongodb.com/licensing/server-side-public-license
|
5 |
+
task_categories:
|
6 |
+
- object-detection
|
7 |
+
- image-segmentation
|
8 |
+
tags:
|
9 |
+
- fashion
|
10 |
+
- e-commerce
|
11 |
+
- apparel
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
---
|
15 |
|
16 |
# FashionFail Dataset
|
17 |
|
|
|
32 |
pip install -e .
|
33 |
```
|
34 |
|
35 |
+
Then, execute the following script:
|
36 |
```
|
37 |
+
python fashionfail/data/make_dataset.py
|
|
|
38 |
```
|
39 |
+
which constructs the dataset inside `"~/.cache/fashionfail/"`.
|
40 |
+
An optional argument `--save_dir` can be set to construct the dataset in the preferred directory, but
|
41 |
+
it is not recommended to alter the default location.
|
42 |
|
43 |
### Annotation format
|
44 |
|