hqli / face_recognition

使用webface人脸数据集以及DeepID网络,通过Caffe训练出模型参数,得到LFW二分类的人脸识别准确率。
291 stars 173 forks source link

人脸识别

使用李子青团队的webface人脸数据集,根据汤晓欧团队的DeepID网络,通过Caffe训练出模型参数,经过LFW二分类得到人脸识别准确率。

人脸数据集

李子青团队的webface

图像预处理

对包含人脸的图像进行人脸框识别,人脸对齐和人脸剪裁。

原理

实现

caffe训练

根据DeepID的网络使用caffe训练得到模型参数。

原理

实现

人脸识别检测

检验训练好的模型,得到LFW的人脸准确率。

原理

实现

  1. deepID 《Deep learning face representation from predicting 10,000 classes》

  2. deepID2 《Deep Learning Face Representation by Joint Identification-Verification》

  3. deepID2+ 《Deeply Learned Attributes for Crowded Scene Understanding", IEEE Conf. on Computer Vision and Pattern Recognition, June 2015 (Oral)》

  4. deepID3 《Face Recognition with Very Deep Neural Networks》