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