deepfashion-inshop / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
c69eb29 verified
|
raw
history blame
1.15 kB
metadata
language:
  - en
dataset_info:
  features:
    - name: image
      dtype: image
    - name: category1
      dtype: string
    - name: category2
      dtype: string
    - name: category3
      dtype: string
    - name: color
      dtype: string
    - name: description
      dtype: string
    - name: text
      dtype: string
    - name: item_ID
      dtype: string
  splits:
    - name: data
      num_bytes: 225202378.037
      num_examples: 52591
  download_size: 216161269
  dataset_size: 225202378.037
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. 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} 
}