原文:https://blog.csdn.net/minstyrain/article/details/82257369
人脸属性指的是根据给定的人脸判断其性别、年龄和表情等,当前在github上开源了一些相关的工作,大部分都是基于tensorflow的,还有一部分是keras,CVPR2015曾有一篇是用caffe做的.
CSDN
从0到1实现基于Tornado和Tensorflow的人脸、年龄、性别识别
基于caffe的表情识别
tensorflow练习12:利用图片预测年龄与性别
怎样用Keras识别人物面部表情
github
https://github.com/GilLevi/AgeGenderDeepLearning:CVPR2015 caffe实现
https://github.com/dpressel/rude-carnie:CVPR2015对应的tensorflow实现
https://github.com/truongnmt/multi-task-learning: DEX: Deep EXpectation 实现
https://github.com/ZZUTK/Face-Aging-CAAE:CVPR2017 Age Progression/Regression by Conditional Adversarial Autoencoder
https://github.com/BoyuanJiang/Age-Gender-Estimate-TF:使用inception v1同时预测性别和年龄,受限于使用的dlib检测器,效果并不是很好
https://github.com/zZyan/race_gender_recogniti