使用李子青团队的webface人脸数据集,根据汤晓欧团队的DeepID网络,通过Caffe训练出模型参数,经过LFW二分类得到人脸识别准确率。
李子青团队的webface
对包含人脸的图像进行人脸框识别,人脸对齐和人脸剪裁。
根据DeepID的网络使用caffe训练得到模型参数。
修改DeepID.py中demo(num)方法中的人脸对齐后的文件夹以及最后一行的中训练的人数(1-10575)。
执行以下代码
python DeepID.py
检验训练好的模型,得到LFW的人脸准确率。
下载lfwcrop_color.zip
修改DeepIDTest.py中demo_test方法中caffepath,lfwpath等相关路径,以及最后一行的中训练的人数与所用模型的迭代次数。
在caffe_path(一般为~/caffe-master)下,执行以下代码
python DeepIDTest.py
deepID 《Deep learning face representation from predicting 10,000 classes》
deepID2 《Deep Learning Face Representation by Joint Identification-Verification》
deepID2+ 《Deeply Learned Attributes for Crowded Scene Understanding", IEEE Conf. on Computer Vision and Pattern Recognition, June 2015 (Oral)》
deepID3 《Face Recognition with Very Deep Neural Networks》