From 9a17c2540435ad6cb538f1a62583184362472cd0 Mon Sep 17 00:00:00 2001 From: GuanYuankai Date: Mon, 10 Nov 2025 10:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E8=A7=86=E9=A2=91AI=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9A=84=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/video_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/video_config.json b/config/video_config.json index fbb5062..eb84e69 100644 --- a/config/video_config.json +++ b/config/video_config.json @@ -39,6 +39,7 @@ "tracker_type": "intrusion_tracker", "visualizer_type": "intrusion_visualizer", "class_num": 80, + "rknn_thread_num": 3, "intrusion_zone": [ 100, 100, @@ -47,7 +48,6 @@ ], "label_path": "/app/edge-proxy/coco_80_labels_list.txt", "model_path": "/app/edge-proxy/RK3588/yolov5s-640-640.rknn", - "rknn_thread_num": 3, "time_threshold_sec": 3 } }