tpremoli commited on
Commit
bbe94b4
·
verified ·
1 Parent(s): ee8e67d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -49,3 +49,25 @@ configs:
49
  - split: test
50
  path: data/test-*
51
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  - split: test
50
  path: data/test-*
51
  ---
52
+
53
+ # CelebA-128x128
54
+
55
+ CelebA with attrs at 128x128 resolution.
56
+
57
+ ## Dataset Information
58
+
59
+ The attributes are binary attributes. The dataset is already split into train/test/validation sets.
60
+
61
+ This dataset has been reduced so there's 20,000 train samples. Also, all attributes with ratios more unbalanced than 2:1 have been dropped.
62
+
63
+ ## Citation
64
+
65
+ ```bibtex
66
+ @inproceedings{liu2015faceattributes,
67
+ title = {Deep Learning Face Attributes in the Wild},
68
+ author = {Liu, Ziwei and Luo, Ping and Wang, Xiaogang and Tang, Xiaoou},
69
+ booktitle = {Proceedings of International Conference on Computer Vision (ICCV)},
70
+ month = {December},
71
+ year = {2015}
72
+ }
73
+ ```