“智能硬件-人脸识别”版本间的差异
来自iCenter Wiki
第25行: | 第25行: | ||
[https://github.com/bytefish/VideoFaceDetection android-video-face] | [https://github.com/bytefish/VideoFaceDetection android-video-face] | ||
+ | |||
=课程项目2-OpenFace= | =课程项目2-OpenFace= | ||
+ | |||
Face recognition with deep neural networks. | Face recognition with deep neural networks. | ||
2016年12月5日 (一) 05:16的版本
课程项目1-FisherFaces
系统要求
Ubuntu 14.04 以上
安装 opencv3
安装过程
$ 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
参考链接
课程项目2-OpenFace
Face recognition with deep neural networks.