Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enpeizhao committed Feb 20, 2022
1 parent 30377e2 commit bcdf728
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

| 名称与在线播放地址 | 截图 | 方法 | 难度 | 代码地址 |
| ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------------- | ---- | ------------------------------------------------------------ |
| 14.人脸考勤机 | <img src="https://enpei-md.oss-cn-hangzhou.aliyuncs.com/img20220220094051.png?x-oss-process=style/wp" style="width:200px;" /> | 人脸检测与识别 | ⭐️⭐️⭐️ | [codes/14.人脸考勤机](https://github.com/enpeizhao/CVprojects/tree/main/codes/14.人脸考勤机) |
| [14.人脸考勤机](https://www.douyin.com/video/7066620595206622503?modeFrom=userPost&secUid=MS4wLjABAAAAPIrmWhFY-OHt5X8GZcHGqwDo3J29gYHcgG-QebKIDd4Wu_f4dwM2hNoEYyQBcim2) | <img src="https://enpei-md.oss-cn-hangzhou.aliyuncs.com/img20220220094051.png?x-oss-process=style/wp" style="width:200px;" /> | 人脸检测与识别 | ⭐️⭐️⭐️ | [codes/14.人脸考勤机](https://github.com/enpeizhao/CVprojects/tree/main/codes/14.人脸考勤机) |
| [13.毛笔书体检测与识别](https://www.douyin.com/video/7060352692807306507?modeFrom=userPost&secUid=MS4wLjABAAAAPIrmWhFY-OHt5X8GZcHGqwDo3J29gYHcgG-QebKIDd4Wu_f4dwM2hNoEYyQBcim2) | <img src="https://enpei-md.oss-cn-hangzhou.aliyuncs.com/imgIMG_63991.jpeg?x-oss-process=style/wp" style="width:200px;" /> | OpenCV形态学、HOG、SVM | ⭐️⭐️ | [codes/13.书法书体检测与识别](https://github.com/enpeizhao/CVprojects/tree/main/codes/13.书法书体检测与识别) |
| [11.AI分析看电视行为](https://www.douyin.com/video/7045886695211879691?modeFrom=userPost&secUid=MS4wLjABAAAAPIrmWhFY-OHt5X8GZcHGqwDo3J29gYHcgG-QebKIDd4Wu_f4dwM2hNoEYyQBcim2) | <img src="https://enpei-md.oss-cn-hangzhou.aliyuncs.com/imgIMG_6178.PNG?x-oss-process=style/wp" style="width:200px;" /> | 人脸检测与识别、姿态、距离估计 | ⭐️⭐️⭐️ | [codes/11.watch_tv](https://github.com/enpeizhao/CVprojects/tree/main/codes/11.watch_tv) |
| [10.AI虚拟鼠标](https://www.douyin.com/video/7042602099925912869?modeFrom=userPost&secUid=MS4wLjABAAAAPIrmWhFY-OHt5X8GZcHGqwDo3J29gYHcgG-QebKIDd4Wu_f4dwM2hNoEYyQBcim2) | <img src="https://enpei-md.oss-cn-hangzhou.aliyuncs.com/imgIMG_6083.PNG?x-oss-process=style/wp" style="width:200px;" /> | 手部姿态估计、静态动作 | ⭐️ | [codes/10.virtual_mouse](https://github.com/enpeizhao/CVprojects/tree/main/codes/10.virtual_mouse) |
Expand Down
14 changes: 7 additions & 7 deletions codes/14.人脸考勤机/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@



#### 一、硬件:
## 一、硬件:

* Windows10或11(无需GPU)或MacOS 都测试可行
* 普通RBG USB摄像头

#### 二、软件:
## 二、软件:

* Python:3.7
* opencv
* Dlib

#### 二、用法:
## 二、用法:

使用`python demo_full.py --{参数名}={参数值}`
使用`python demo_full.py --{参数名}={参数值}`

```
-h, --help show this help message and exit
Expand All @@ -36,7 +36,7 @@



##### 2.1、下载模型与字体
### 2.1、下载模型与字体

**2.1.1 [下载模型文件](https://github.com/enpeizhao/CVprojects/releases/tag/Models)放到`./weights`目录下**

Expand All @@ -56,7 +56,7 @@

* [下载地址](https://github.com/enpeizhao/CVprojects/releases/tag/font)

##### 2.2、注册人脸:将人脸特征写入`./data/feature.csv`
### 2.2、注册人脸:将人脸特征写入`./data/feature.csv`

用法:

Expand All @@ -68,7 +68,7 @@



##### 2.3、识别人脸:将考勤记录写入`./data/attendance.csv`
#### 2.3、识别人脸:将考勤记录写入`./data/attendance.csv`

用法:

Expand Down

0 comments on commit bcdf728

Please sign in to comment.