--- dataset_info: features: - name: id dtype: int32 - name: image_relpath dtype: string - name: keypoints list: list: float32 length: 2 - name: image dtype: image splits: - name: train num_bytes: 141519809 num_examples: 10604 - name: test num_bytes: 15553727 num_examples: 1179 download_size: 156988205 dataset_size: 157073536 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- This is DeepFashion-Inshop images, filtered to have all keypoints visible. We ported this dataset from [this repo](https://github.com/theRealSuperMario/unsupervised-disentangling/tree/reproducing_baselines/original_code/custom_datasets/deepfashion), where you can also find the filtering protocol. The original dataset is at https://mmlab.ie.cuhk.edu.hk/projects/DeepFashion/InShopRetrieval.html.