yonatanbitton commited on
Commit
0011e4c
·
1 Parent(s): 375f60b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # UTK Faces
2
+
3
+ Original paper: [Age Progression/Regression by Conditional Adversarial Autoencoder](https://arxiv.org/abs/1702.08423)
4
+
5
+ Homepage: https://susanqq.github.io/UTKFace/
6
+
7
+ Bibtex:
8
+ ```
9
+ @inproceedings{zhifei2017cvpr,
10
+ title={Age Progression/Regression by Conditional Adversarial Autoencoder},
11
+ author={Zhang, Zhifei, Song, Yang, and Qi, Hairong},
12
+ booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
13
+ year={2017},
14
+ organization={IEEE}
15
+ }
16
+ ```