tpremoli commited on
Commit
02299a8
·
verified ·
1 Parent(s): c2fcb72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -108,3 +108,25 @@ configs:
108
  - split: test
109
  path: data/test-*
110
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  - split: test
109
  path: data/test-*
110
  ---
111
+
112
+ # CelebA-128x128
113
+
114
+ CelebA with attrs at 128x128 resolution.
115
+
116
+ ## Dataset Information
117
+
118
+ The attributes are binary attributes. The dataset is already split into train/test/validation sets.
119
+
120
+ This dataset has been reduced so there's 160k train samples.
121
+
122
+ ## Citation
123
+
124
+ ```bibtex
125
+ @inproceedings{liu2015faceattributes,
126
+ title = {Deep Learning Face Attributes in the Wild},
127
+ author = {Liu, Ziwei and Luo, Ping and Wang, Xiaogang and Tang, Xiaoou},
128
+ booktitle = {Proceedings of International Conference on Computer Vision (ICCV)},
129
+ month = {December},
130
+ year = {2015}
131
+ }
132
+ ```