DavidJung commited on
Commit
68ce23d
1 Parent(s): a24b9a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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
+ ```