From 7e82716f5e7bb8595acbf9ea4324143b7aa66e26 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Wed, 15 Apr 2026 11:10:52 +0800 Subject: [PATCH] Enable face troubleshooting overlays --- configs/full_pipeline_1080p_test_alarm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/full_pipeline_1080p_test_alarm.json b/configs/full_pipeline_1080p_test_alarm.json index 711ffb9..bb6ed70 100644 --- a/configs/full_pipeline_1080p_test_alarm.json +++ b/configs/full_pipeline_1080p_test_alarm.json @@ -146,7 +146,7 @@ "debug": { "stats": true, "stats_interval": 30, - "detections": false + "detections": true } }, { @@ -279,7 +279,7 @@ ], "draw_bbox": true, "draw_text": true, - "draw_face_det": false, + "draw_face_det": true, "draw_face_recog": true, "draw_face_bbox": true, "line_width": 2.0,