└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Efficient Group-n Encoding and Decoding for Facial Age Estimation 2 | 3 | ## Introduction 4 | This repo provides some sources in the work "Efficient Group-n Encoding and Decoding for Facial Age Estimation". And this work is creadted by Zichang Tan, Jun Wan, Zhen Lei, Ruicong Zhi, Guodong Guo and Stan Z. Li. 5 | 6 | ## Description 7 | The caffemodels and codes of this work are avaliable at the [website](http://www.cbsr.ia.ac.cn/users/zctan/projects/AgeEncodingDecoding/main.htm). 8 | 9 | 10 | ## Citation 11 | Please add a reference if you are using the codes or the pretrained models. 12 | 13 | `@article{Tan-PAMI-2017, 14 | author = {Zichang Tan, Jun Wan, Zhen Lei, Ruicong Zhi, Guodong Guo and Stan Z. Li}, 15 | title = {Efficient Group-n Encoding and Decoding for Facial Age Estimation}, 16 | journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)}, 17 | year = {2017}, 18 | }` 19 | --------------------------------------------------------------------------------