File size: 918 Bytes
9a0e0ff
 
 
 
 
 
 
 
 
 
 
d5d07c9
 
9a0e0ff
 
 
 
 
 
 
d5d07c9
9a0e0ff
 
 
 
 
 
 
 
 
09e9e43
 
 
 
 
 
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
---
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.