From 2a405df5e863d1633338093861f0b9ea0adec06e Mon Sep 17 00:00:00 2001 From: Shan Yi <35982308+shanyi15@users.noreply.github.com> Date: Wed, 4 Jul 2018 08:04:06 +0800 Subject: [PATCH] add face detection doc --- doc/fluid/new_docs/user_guides/models/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/fluid/new_docs/user_guides/models/index.rst b/doc/fluid/new_docs/user_guides/models/index.rst index 0eba1bcdd4c..998e95c4885 100644 --- a/doc/fluid/new_docs/user_guides/models/index.rst +++ b/doc/fluid/new_docs/user_guides/models/index.rst @@ -31,12 +31,13 @@ Fluid模型配置和参数文件的工具。 在目标检测任务中,我们介绍了如何基于\ `PASCAL VOC `__\ 、\ `MS -COCO `__\ 数据的训练目标检测算法SSD,SSD全称Single -Shot MultiBox -Detector,是目标检测领域较新且效果较好的检测算法之一,具有检测速度快且检测精度高的特点,并开源了训练好的\ `MobileNet-SSD模型 `__\ 。 +COCO `__\ 数据训练通用物体检测模型,当前介绍了SSD算法,SSD全称Single Shot MultiBox Detector,是目标检测领域较新且效果较好的检测算法之一,具有检测速度快且检测精度高的特点。 + +开放环境中的检测人脸,尤其是小的、模糊的和部分遮挡的人脸也是一个具有挑战的任务。我们也介绍了如何基于 `WIDER FACE `_ 数据训练百度自研的人脸检测PyramidBox模型,该算法于2018年3月份在WIDER FACE的多项评测中均获得 `第一名 `_。 - `Single Shot MultiBox Detector `__ +- `Face Detector: PyramidBox `_ 图像语义分割 ------------ -- GitLab