From 50d4cf8a48c487cef305903348b68c0068591d99 Mon Sep 17 00:00:00 2001 From: haotian <2421912570@qq.com> Date: Mon, 2 Mar 2026 09:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E4=BD=8E=E6=A3=80=E6=B5=8B=E9=A2=91?= =?UTF-8?q?=E7=8E=87=EF=BC=8C=E6=8F=90=E9=AB=98=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/sample_cam1_ppe12.json | 2 +- scripts/ops.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/ops.sh diff --git a/configs/sample_cam1_ppe12.json b/configs/sample_cam1_ppe12.json index b6c5fd7..13bed39 100644 --- a/configs/sample_cam1_ppe12.json +++ b/configs/sample_cam1_ppe12.json @@ -41,7 +41,7 @@ "type": "ai_yolo", "role": "filter", "enable": true, - "infer_fps": 10, + "infer_fps": 5, "model_path": "./models/best-768.rknn", "model_version": "v8", "model_w": 768, diff --git a/scripts/ops.sh b/scripts/ops.sh old mode 100644 new mode 100755