更改

智能硬件-人脸识别

添加421字节2017年1月24日 (二) 17:26
== 实验1-FisherFaces ==
===系统要求===使用一般机器学习进行人脸识别的算法。
Ubuntu 14.04 以上 * 前期准备
安装 opencv3: Ubuntu 14.04 以上,安装 OpenCV * 使用过程
$ workon cv3-python27
$ python simple_videofacerec.py mymodel.pkl
===介绍===*参考链接 # [http://www.bytefish.de/blog/fisherfaces/ Fisherfaces]# [https://github.com/bytefish/facerec facerec]# [http://bytefish.de/blog/face_detection_with_android/ Face Detection with the Android API]# [https://github.com/bytefish/VideoFaceDetection VideoFaceDetection]
[http://www.bytefish.de/blog/fisherfaces/ Fisherfaces]== 实验2-OpenFace ==
[http://bytefish.de/android/ android-face]使用深度神经网络进行人脸识别(Face recognition with deep neural networks)
# [http://cmusatyalab.github.io/openface/ OpenFace]# [https://github.com/bytefishcmusatyalab/VideoFaceDetection android-video-faceopenface Source Code]
117
个编辑