From 8b7249e946381d2ef16714ee5d30e5dc8b1662dc Mon Sep 17 00:00:00 2001 From: XYZ <1290573099@qq.com> Date: Thu, 15 Sep 2022 12:45:00 +0800 Subject: [PATCH] add industry tutorial examples (#6941) --- README_cn.md | 2 ++ README_en.md | 4 ++++ industrial_tutorial/README.md | 1 + 3 files changed, 7 insertions(+) diff --git a/README_cn.md b/README_cn.md index 442b1ad4b..c8da06a2c 100644 --- a/README_cn.md +++ b/README_cn.md @@ -472,6 +472,8 @@ - [基于FairMOT实现人流量统计](https://aistudio.baidu.com/aistudio/projectdetail/2421822) +- [基于PP-Human的来客分析案例教程](https://aistudio.baidu.com/aistudio/projectdetail/4537344) + - [更多其他范例](./industrial_tutorial/README.md) ## 应用案例 diff --git a/README_en.md b/README_en.md index afbe16d2b..500397a4c 100644 --- a/README_en.md +++ b/README_en.md @@ -464,6 +464,10 @@ Please refer to [docs](deploy/pipeline/README_en.md) for details. - [Visitor flow statistics based on FairMOT](https://aistudio.baidu.com/aistudio/projectdetail/2421822) +- [Guest analysis based on PP-Human](https://aistudio.baidu.com/aistudio/projectdetail/4537344) + +- [Fight recognition based on video classification](https://aistudio.baidu.com/aistudio/projectdetail/4512242) + - [More examples](./industrial_tutorial/README.md) ## Applications diff --git a/industrial_tutorial/README.md b/industrial_tutorial/README.md index 94441e6c7..011a7351e 100644 --- a/industrial_tutorial/README.md +++ b/industrial_tutorial/README.md @@ -33,5 +33,6 @@ PaddleDetection场景应用覆盖通用,制造,城市,交通行业的主 - [基于人体关键点检测的合规检测](https://aistudio.baidu.com/aistudio/projectdetail/4061642?contributionType=1) +- [基于PP-Human的来客分析案例教程](https://aistudio.baidu.com/aistudio/projectdetail/4537344) *范例将持续更新中 -- GitLab