== 实验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] ===介绍=实验2-OpenFace ==
[http://www.bytefish.de/blog/fisherfaces/ Fisherfaces]使用深度神经网络进行人脸识别(Face recognition with deep neural networks)
# [http://bytefishcmusatyalab.degithub.io/openface/ OpenFace]# [https://github.com/androidcmusatyalab/ android-faceopenface Source Code]