File size: 890 Bytes
a24b9a6 b40f41b a24b9a6 68ce23d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ---
language:
- en
license: apache-2.0
dataset_info:
features:
- name: image
dtype: image
- name: category
dtype: string
- name: text
dtype: string
- name: item_ID
dtype: string
splits:
- name: data
num_bytes: 2552350437.248
num_examples: 94096
download_size: 2512305193
dataset_size: 2552350437.248
configs:
- config_name: default
data_files:
- split: data
path: data/data-*
---
**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).
When using the datset, cite the original work.
```
@inproceedings{han2017learning,
author = {Han, Xintong and Wu, Zuxuan and Jiang, Yu-Gang and Davis, Larry S},
title = {Learning Fashion Compatibility with Bidirectional LSTMs},
booktitle = {ACM Multimedia},
year = {2017},
}
``` |