Commit a2cb7e19 authored by chenych's avatar chenych
Browse files

Add centerface-pytorch.ipynb

parent 569d02e8
......@@ -5,7 +5,7 @@
## 模型结构
CenterFace是一种人脸检测算法,采用了轻量级网络mobileNetV2作为主干网络,结合特征金字塔网络(FPN)实现anchor free的人脸检测。
<div align=center>
<img src="./Architecture of the CenterFace.png"/>
<img src="./doc/Architecture of the CenterFace.png"/>
</div>
## 算法原理
......@@ -22,7 +22,7 @@ CenterFace模型是一种基于单阶段人脸检测算法,作者借鉴了Cent
| c | Confidence |
<div align=center>
<img src="./process.png"/>
<img src="./doc/process.png"/>
</div>
## 环境配置
......@@ -78,7 +78,7 @@ pip3 install -r requirements.txt
WIDER_FACE:http://shuoyang1213.me/WIDERFACE/index.html
<div align=center>
<img src="./datasets.png"/>
<img src="./doc/datasets.png"/>
</div>
下载图片红框中三个数据并解压,也可直接点击下面链接直接下载:
......@@ -193,7 +193,7 @@ python test_wider_face.py
## result
<div align=center>
<img src="./draw_img.jpg"/>
<img src="./doc/draw_img.jpg"/>
</div>
### 精度
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment