From 56ea7e258ef690fb5cebe1e7d38195358ce25671 Mon Sep 17 00:00:00 2001 From: sladro Date: Fri, 26 Dec 2025 15:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AEv5model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/sample_ai_pipeline.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sample_ai_pipeline.json b/configs/sample_ai_pipeline.json index b7a65b5..8bcb80c 100644 --- a/configs/sample_ai_pipeline.json +++ b/configs/sample_ai_pipeline.json @@ -33,8 +33,8 @@ "type": "ai_yolo", "role": "filter", "enable": true, - "model_path": "/models/yolov8n.rknn", - "model_version": "v8", + "model_path": "./third_party/rknpu2/examples/rknn_yolov5_demo/model/RK3588/yolov5s-640-640.rknn", + "model_version": "v5", "num_classes": 80, "conf": 0.25, "nms": 0.45,