From 03d9545ea680f0ce0c80509329c68d4abb319526 Mon Sep 17 00:00:00 2001 From: xjiaxuan <2869418079@qq.com> Date: Mon, 28 Jul 2025 16:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b75b496..5303399 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ pip install opencv-python pycocotools matplotlib onnxruntime onnx torch torchvis ## 运行流程 -###1. 用yolo11跑出汽车框作为prompt +### 1. 用yolo11跑出汽车框作为prompt 将汽车图片放入 `ultralytics-main/input下` @@ -49,3 +49,18 @@ process_side(side_mask, side_rgb, out_dir) 运行 `python3 point.py` +## 修改侧面关键点检测效果图 + +1 + +2 + +3 + +4 + +5 + +有个检测不出来的原因是汽车拍出来颜色和背景颜色几乎一样,无法检测出。 + +还有一个是斜侧面,轴心检测还存在问题。