Skip to content

Commit

Permalink
更新todo
Browse files Browse the repository at this point in the history
  • Loading branch information
vipstone committed Apr 25, 2018
1 parent 40092fb commit 4433d22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@


## TODO ##
视频人脸检测文档添加

每篇文章下面添加“下一节”导航

OpenCV + Tesorflow模型的人脸识别

Dlib模型训练方法

Tesseract模型训练方法

文章最下方,添加“下节”导航

9 changes: 5 additions & 4 deletions doc/faceRecognition.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
人脸识别,需要使用face_recognition库做人脸对比,OpenCV获取摄像头数据。

## 环境 ##
- Windows 10 (x64)
- OpenCV 3.4.1
- Dlib 19.8.1
- face_recognition 1.2.2
- Windows 10
- OpenCV 3.4.1
- Dlib 19.8.1
- face_recognition 1.2.2


## 环境安装 ##
Expand All @@ -24,6 +24,7 @@
使用命令:
>pip3 install face_recognition
此项,安装需要很长时间。

## 效果预览 ##
![](https://raw.githubusercontent.com/vipstone/faceai/master/res/faceRecognition.gif)
Expand Down

0 comments on commit 4433d22

Please sign in to comment.