未验证 提交 0e9a379b 编写于 作者: B Bai Yifan 提交者: GitHub

Refine doc (#1170)

* Update README_cn.md
上级 f4148e27
......@@ -17,7 +17,7 @@
人脸检测是经典的计算机视觉任务,非受控场景中的小脸、模糊和遮挡的人脸检测是这个方向上最有挑战的问题。[PyramidBox](https://arxiv.org/pdf/1803.07737.pdf) 是一种基于SSD的单阶段人脸检测器,它利用上下文信息解决困难人脸的检测问题。如下图所示,PyramidBox在六个尺度的特征图上进行不同层级的预测。该工作主要包括以下模块:LFPN、Pyramid Anchors、CPM、Data-anchor-sampling。具体可以参考该方法对应的论文 https://arxiv.org/pdf/1803.07737.pdf ,下面进行简要的介绍。
<p align="center">
<img src="images/architecture_of_pyramidbox.jpg" height=316 width=415 hspace='10'/> <br />
<img src="images/architecture_of_pyramidbox.jpg" height=400 width=600 hspace='10'/> <br />
Pyramidbox 人脸检测模型
</p>
......@@ -31,7 +31,7 @@ Pyramidbox 人脸检测模型
Pyramidbox模型可以在以下示例图片上展示鲁棒的检测性能,该图有一千张人脸,该模型检测出其中的880张人脸。
<p align="center">
<img src="images/demo_img.jpg" height=255 width=455 hspace='10'/> <br />
<img src="images/demo_img.jpg" height=300 width=500 hspace='10'/> <br />
Pyramidbox 人脸检测性能展示
</p>
......@@ -165,10 +165,10 @@ python widerface_eval.py --infer=True --confs_threshold=0.15
```
下图可视化了模型的预测结果:
<p align="center">
<img src="images/0_Parade_marchingband_1_356.jpg" height=400 width=400 hspace='10'/>
<img src="images/28_Sports_Fan_Sports_Fan_28_770.jpg" height=400 width=400 hspace='10'/>
<img src="images/4_Dancing_Dancing_4_194.jpg" height=400 width=400 hspace='10'/>
<img src="images/2_Demonstration_Demonstration_Or_Protest_2_58.jpg" height=400 width=400 hspace='10'/> <br />
<img src="images/0_Parade_marchingband_1_356.jpg" height=300 width=300 hspace='10'/>
<img src="images/28_Sports_Fan_Sports_Fan_28_770.jpg" height=300 width=300 hspace='10'/>
<img src="images/4_Dancing_Dancing_4_194.jpg" height=300 width=300 hspace='10'/>
<img src="images/2_Demonstration_Demonstration_Or_Protest_2_58.jpg" height=300 width=300 hspace='10'/> <br />
Pyramidbox 预测可视化
</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册