智能硬件-人脸识别

2017年1月24日 (二) 19:26Wyf wiki讨论 | 贡献的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

实验1-FisherFaces

使用一般机器学习进行人脸识别的算法。

  • 前期准备
Ubuntu 14.04 以上,安装 OpenCV
  • 使用过程
$ workon cv3-python27
$ git clone https://github.com/bytefish/facerec.git
$ cd facerec/
$ cd py/
$ cd apps/
$ cd videofacerec/
$ python simple_videofacerec.py mymodel.pkl
  • 参考链接
  1. Fisherfaces
  2. facerec
  3. Face Detection with the Android API
  4. VideoFaceDetection

实验2-OpenFace

使用深度神经网络进行人脸识别(Face recognition with deep neural networks)

  1. OpenFace
  2. Source Code
最后修改于2017年1月24日 (星期二) 19:26