“智能硬件-人脸识别”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
介绍
介绍
第22行: 第22行:
  
 
[http://bytefish.de/android/ android-face]
 
[http://bytefish.de/android/ android-face]
 +
 +
[https://github.com/bytefish/VideoFaceDetection android-video-face]

2016年11月16日 (三) 09:57的版本

系统要求

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

介绍

Fisherfaces

android-face

android-video-face