“智能硬件-人脸识别”版本间的差异
来自iCenter Wiki
(→介绍) |
|||
第1行: | 第1行: | ||
− | + | =课程项目-FisherFaces= | |
− | === | + | ==系统要求== |
Ubuntu 14.04 以上 | Ubuntu 14.04 以上 | ||
第6行: | 第6行: | ||
安装 opencv3 | 安装 opencv3 | ||
+ | ==安装过程== | ||
$ workon cv3-python27 | $ workon cv3-python27 | ||
第17行: | 第18行: | ||
$ python simple_videofacerec.py mymodel.pkl | $ python simple_videofacerec.py mymodel.pkl | ||
− | == | + | ==参考链接== |
[http://www.bytefish.de/blog/fisherfaces/ Fisherfaces] | [http://www.bytefish.de/blog/fisherfaces/ Fisherfaces] | ||
第24行: | 第25行: | ||
[https://github.com/bytefish/VideoFaceDetection android-video-face] | [https://github.com/bytefish/VideoFaceDetection android-video-face] | ||
+ | |||
+ | =OpenFace= | ||
+ | Face recognition with deep neural networks. | ||
+ | |||
+ | [http://cmusatyalab.github.io/openface/ OpenFace] | ||
+ | |||
+ | [https://github.com/cmusatyalab/openface source_code] |
2016年12月5日 (一) 04:28的版本
课程项目-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
参考链接
OpenFace
Face recognition with deep neural networks.