Update README.md
Browse files
README.md
CHANGED
@@ -24,4 +24,15 @@ configs:
|
|
24 |
data_files:
|
25 |
- split: data
|
26 |
path: data/data-*
|
|
|
27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
data_files:
|
25 |
- split: data
|
26 |
path: data/data-*
|
27 |
+
license: apache-2.0
|
28 |
---
|
29 |
+
**Disclaimer**: We do not own this dataset. Fashion200K dataset is a public dataset which can be accessed through its [Github page](https://github.com/xthan/fashion-200k?tab=readme-ov-file).
|
30 |
+
When using the datset, cite the original work.
|
31 |
+
```
|
32 |
+
@inproceedings{han2017automatic,
|
33 |
+
title = {Automatic Spatially-aware Fashion Concept Discovery},
|
34 |
+
author = {Han, Xintong and Wu, Zuxuan and Huang, Phoenix X. and Zhang, Xiao and Zhu, Menglong and Li, Yuan and Zhao, Yang and Davis, Larry S.},
|
35 |
+
booktitle = {ICCV},
|
36 |
+
year = {2017},
|
37 |
+
}
|
38 |
+
```
|