ryushinn commited on
Commit
09e9e43
·
verified ·
1 Parent(s): 9a0e0ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
  dataset_info:
3
  features:
 
 
 
 
4
  - name: id
5
  dtype: int32
6
  - name: image_relpath
@@ -9,10 +13,6 @@ dataset_info:
9
  list:
10
  list: float32
11
  length: 2
12
- - name: image
13
- dtype:
14
- image:
15
- decode: false
16
  splits:
17
  - name: train
18
  num_bytes: 141519809
@@ -30,3 +30,9 @@ configs:
30
  - split: test
31
  path: data/test-*
32
  ---
 
 
 
 
 
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: image
5
+ dtype:
6
+ image:
7
+ decode: false
8
  - name: id
9
  dtype: int32
10
  - name: image_relpath
 
13
  list:
14
  list: float32
15
  length: 2
 
 
 
 
16
  splits:
17
  - name: train
18
  num_bytes: 141519809
 
30
  - split: test
31
  path: data/test-*
32
  ---
33
+
34
+ This is DeepFashion-Inshop images, filtered to have all keypoints visible.
35
+
36
+ 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.
37
+
38
+ The original dataset is at https://mmlab.ie.cuhk.edu.hk/projects/DeepFashion/InShopRetrieval.html.