Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,15 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: data
|
| 22 |
path: data/data-*
|
|
|
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: data
|
| 22 |
path: data/data-*
|
| 23 |
+
license: apache-2.0
|
| 24 |
---
|
| 25 |
+
**Disclaimer**: We do not own this dataset. Polyvore dataset is a public dataset which can be accessed through its [Github page](https://github.com/xthan/polyvore-dataset).
|
| 26 |
+
When using the datset, cite the original work.
|
| 27 |
+
```
|
| 28 |
+
@inproceedings{han2017learning,
|
| 29 |
+
author = {Han, Xintong and Wu, Zuxuan and Jiang, Yu-Gang and Davis, Larry S},
|
| 30 |
+
title = {Learning Fashion Compatibility with Bidirectional LSTMs},
|
| 31 |
+
booktitle = {ACM Multimedia},
|
| 32 |
+
year = {2017},
|
| 33 |
+
}
|
| 34 |
+
```
|