language: | |
- en | |
dataset_info: | |
features: | |
- name: image | |
dtype: image | |
- name: category1 | |
dtype: string | |
- name: category2 | |
dtype: string | |
- name: category3 | |
dtype: float64 | |
- name: text | |
dtype: string | |
- name: item_ID | |
dtype: string | |
splits: | |
- name: data | |
num_bytes: 143032788.688 | |
num_examples: 42537 | |
download_size: 152932414 | |
dataset_size: 143032788.688 | |
configs: | |
- config_name: default | |
data_files: | |
- split: data | |
path: data/data-* | |
**Disclaimer**: We do not own this dataset. DeepFashion dataset is a public dataset which can be accessed through its [website](https://mmlab.ie.cuhk.edu.hk/projects/DeepFashion.html). | |
When using the datset, cite the original work. | |
``` | |
@inproceedings{liu2016deepfashion, | |
author = {Liu, Ziwei and Luo, Ping and Qiu, Shi and Wang, Xiaogang and Tang, Xiaoou}, | |
title = {DeepFashion: Powering Robust Clothes Recognition and Retrieval with Rich Annotations}, | |
booktitle = {Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, | |
month = June, | |
year = {2016} | |
} | |
``` |