From c1fe1dd2d485e33abf3c05a286855face5ef4298 Mon Sep 17 00:00:00 2001 From: Feng Ni Date: Sun, 24 Apr 2022 14:13:10 +0800 Subject: [PATCH] [doc] Update changelog and doc (#5816) * update doc, test=document_fix * update doc, test=document_fix * update changelog, test=document_fix * update readme model, test=document_fix --- README_cn.md | 11 +++++++++-- README_en.md | 9 +++++++-- configs/ppyoloe/README_cn.md | 2 +- configs/yolox/README.md | 19 +++++++++++++++---- docs/CHANGELOG.md | 5 ++++- docs/CHANGELOG_en.md | 7 +++++-- docs/MODEL_ZOO_cn.md | 22 ++++++++++++++++++---- docs/MODEL_ZOO_en.md | 22 ++++++++++++++++++---- 8 files changed, 77 insertions(+), 20 deletions(-) diff --git a/README_cn.md b/README_cn.md index 6d27b25cd..bcf9a436d 100644 --- a/README_cn.md +++ b/README_cn.md @@ -31,6 +31,8 @@ - 应用落地难点剖析与解决方案 - 行人分析实战与Docker云上训练部署 + 🔥 **[课程回放链接](https://aistudio.baidu.com/aistudio/education/group/info/23670)**🔥 + 赶紧扫码报名上车吧!!
@@ -42,9 +44,10 @@ - 🔥 **2022.3.24:PaddleDetection发布[release/2.4版本](https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.4)** - - 发布高精度云边一体SOTA目标检测模型[PP-YOLOE](configs/ppyoloe),COCO数据集精度51.4%,V100预测速度78.1 FPS,支持混合精度训练,训练较PP-YOLOv2加速33%,全系列多尺度模型,满足不同硬件算力需求,可适配服务器、边缘端GPU及其他服务器端AI加速卡。 + - 发布高精度云边一体SOTA目标检测模型[PP-YOLOE](configs/ppyoloe),发布s/m/l/x版本,l版本COCO test2017数据集精度51.4%,V100预测速度78.1 FPS,支持混合精度训练,训练较PP-YOLOv2加速33%,全系列多尺度模型,满足不同硬件算力需求,可适配服务器、边缘端GPU及其他服务器端AI加速卡。 - 发布边缘端和CPU端超轻量SOTA目标检测模型[PP-PicoDet增强版](configs/picodet),精度提升2%左右,CPU预测速度提升63%,新增参数量0.7M的PicoDet-XS模型,提供模型稀疏化和量化功能,便于模型加速,各类硬件无需单独开发后处理模块,降低部署门槛。 - 发布实时行人分析工具[PP-Human](deploy/pphuman),支持行人跟踪、人流量统计、人体属性识别与摔倒检测四大能力,基于真实场景数据特殊优化,精准识别各类摔倒姿势,适应不同环境背景、光线及摄像角度。 + - 新增[YOLOX](configs/yolox)目标检测模型,支持nano/tiny/s/m/l/x版本,x版本COCO val2017数据集精度51.8%。 - 2021.11.03: PaddleDetection发布[release/2.3版本](https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.3) @@ -135,6 +138,8 @@
  • YOLOv4
  • PP-YOLOv1/v2
  • PP-YOLO-Tiny
  • +
  • PP-YOLOE
  • +
  • YOLOX
  • SSD
  • CornerNet-Squeeze
  • FCOS
  • @@ -160,7 +165,7 @@
  • KeyPoint-Detection