From c947bf5b52285aa91bb34266202380db77413636 Mon Sep 17 00:00:00 2001 From: chakcy <947105045@qq.com> Date: Fri, 17 Oct 2025 14:16:34 +0800 Subject: [PATCH] =?UTF-8?q?modify:=20=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 160d767..848fb80 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,15 @@ uv --version # uv 0.9.3 ### 运行示例 ```sh - +# 克隆示例项目 +git clone http://124.71.68.6:3000/chakcy/sophon_ai_project.git +# 进入项目 +cd sophon_ai_project +# 初始化依赖 +uv sync +# 配置 sophon sdk 环境 +soucre .venv/bin/activate +python -m dfss --install sail +# 运行代码 +python3 main.py --input resources/datasets/test --bmodel resources/models/BM1688/yolov8s_int8_1b.bmodel --dev_id 0 --conf_thresh 0.25 --nms_thresh 0.7 ```