From a67579e95bdb87cadbfb88dd785139fec5904463 Mon Sep 17 00:00:00 2001 From: "Eric.Lee2021" <305141918@qq.com> Date: Wed, 12 Jan 2022 00:34:18 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index be0f3b8..e110dab 100644 --- a/README.md +++ b/README.md @@ -5,26 +5,26 @@ ### 1、手部检测 手部检测示例如下 : * 图片示例: -![image](https://codechina.csdn.net/EricLee/yolo_v3/-/raw/master/samples/sample.png) +![image](samples/sample.png) * 视频示例: -![video](https://codechina.csdn.net/EricLee/yolo_v3/-/raw/master/samples/sample.gif) +![video](samples/sample.gif) * 相关拓展应用的手的21关键点检测回归的项目地址:https://codechina.csdn.net/EricLee/handpose_x * 手部检测+21点手关键点完整pipeline的项目地址:https://codechina.csdn.net/EricLee/dpcas ### 2、脸部检测 脸部检测示例如下 : * 视频示例: -![videoface](https://codechina.csdn.net/EricLee/yolo_v3/-/raw/master/samples/face.gif) +![videoface](samples/face.gif) ### 3、人检测 人检测示例如下 : * 视频示例: -![videoPerson](https://codechina.csdn.net/EricLee/yolo_v3/-/raw/master/samples/person.gif) +![videoPerson](samples/person.gif) ### 4、安全帽检测 安全帽检测示例如下 : * 视频示例: -![videoHat](https://codechina.csdn.net/EricLee/yolo_v3/-/raw/master/samples/hat.gif) +![videoHat](samples/hat.gif) ### 5、交通工具检测 包括:bicycle,car,motorcycle,airplane,bus,train,truck,boat -- GitLab