From 50513a068ba496b2ca6da748ed8a35ed417a2844 Mon Sep 17 00:00:00 2001 From: jm12138 <2286040843@qq.com> Date: Mon, 22 Sep 2025 22:15:32 +0800 Subject: [PATCH 1/2] update REAMDE --- Detection/RoleEye/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Detection/RoleEye/README.md b/Detection/RoleEye/README.md index 8f06438..a3928f6 100644 --- a/Detection/RoleEye/README.md +++ b/Detection/RoleEye/README.md @@ -30,12 +30,6 @@ ## 4. 快速开始 -### 4.0 克隆项目 - -```bash -$ git clone https://gitee.com/jm12138/RoadEye -``` - ### 4.1 安装依赖 ```bash -- Gitee From e37af4b82cde618bf1db6b761d84b8bb2897a4f8 Mon Sep 17 00:00:00 2001 From: jm12138 <2286040843@qq.com> Date: Mon, 22 Sep 2025 22:17:01 +0800 Subject: [PATCH 2/2] update REAMDE --- Detection/RoleEye/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detection/RoleEye/README.md b/Detection/RoleEye/README.md index a3928f6..1c29c5a 100644 --- a/Detection/RoleEye/README.md +++ b/Detection/RoleEye/README.md @@ -44,7 +44,7 @@ $ pip install -r requirements.txt * [车辆检测模型](https://bj.bcebos.com/v1/paddledet/models/pipeline/mot_ppyoloe_l_36e_ppvehicle.zip) -### 4.2 推理测试 +### 4.3 推理测试 ```bash # 行人检测 -- Gitee