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

来自iCenter Wiki
跳转至: 导航搜索
(以“ ===系统要求=== Ubuntu 14.04 以上 安装 opencv3 $ workon cv3-python27 $ git clone https://github.com/bytefish/facerec.git $ cd facerec/ $ cd py/ $...”为内容创建页面)
 
介绍
第20行: 第20行:
  
 
[http://www.bytefish.de/blog/fisherfaces/ Fisherfaces]
 
[http://www.bytefish.de/blog/fisherfaces/ Fisherfaces]
 +
 +
[http://bytefish.de/android/ android-face]

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

系统要求

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