From 2a86eb385ca86a94cfdca9a89a2d4964f90d8a63 Mon Sep 17 00:00:00 2001 From: sladro Date: Thu, 8 Jan 2026 09:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=BA=E8=84=B8=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=EF=BC=8Co4.5=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/test_cam1_face_det_rtsp_server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/test_cam1_face_det_rtsp_server.json b/configs/test_cam1_face_det_rtsp_server.json index 7d51bf2..9a3bdb7 100644 --- a/configs/test_cam1_face_det_rtsp_server.json +++ b/configs/test_cam1_face_det_rtsp_server.json @@ -36,11 +36,11 @@ "role": "filter", "enable": true, "model_path": "./models/RetinaFace_mobile320.rknn", - "conf": 0.6, + "conf": 0.5, "nms": 0.4, "max_faces": 10, "output_landmarks": true, - "input_format": "rgb" + "input_format": "bgr" }, { "id": "osd_cam1",