=课程项目1= 实验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] [http://bytefish.de/android/ android-face]
# [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 android-video-face]
=课程项目2= 实验2-OpenFace=Face recognition with deep neural networks. =
[http://cmusatyalab.github.io/openface/ OpenFace]使用深度神经网络进行人脸识别(Face recognition with deep neural networks)
# [http://cmusatyalab.github.io/openface/ OpenFace]# [https://github.com/cmusatyalab/openface source_codeSource Code]