python人脸识别

时间:2020-04-04 06:40:37
【文件属性】:
文件名称:python人脸识别
文件大小:1.27MB
文件格式:ZIP
更新时间:2020-04-04 06:40:37
人脸识别 原理 人脸框识别 人脸对齐 人脸剪裁 实现 使用webface人脸数据集以及DeepID网络,通过Caffe训练出模型参数,得到LFW二分类的人脸识别准确率。下 根据预处理工具进行人脸框检测,人脸对齐。 预处理工具是其他人写的,地址:https://github.com/RiweiChen/FaceTools 根据香港中文大学提供的人脸框检测和人脸特征点检测的windows二进制程序实现。 http://mmlab.ie.cuhk.edu.hk/archive/CNN_FacePoint.htm
【文件预览】:
face_recognition-master
----deepID_deploy.prototxt(2KB)
----deepID_net.png(199KB)
----deepID_train_test.prototxt(5KB)
----deepID_train_test_2.prototxt(5KB)
----deepID_solver.prototxt(312B)
----analysis()
--------face_recognition_all.pdf(957KB)
----res()
--------ConvNet_structure.png(21KB)
--------process_all.png(59KB)
--------medium_scales.png(153KB)
----README.md(3KB)
----pairs.txt(152KB)
----DeepID.py(10KB)
----lfw_test_deal.py(8KB)
----DeepIDTest.py(9KB)

网友评论

  • 学习了,谢谢