From fc1f3af81fd2798b709d41a30bfa0dbcb9680bf8 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Sun, 15 Mar 2026 21:18:16 +0800 Subject: [PATCH] Lower face detection FPS in full pipeline --- configs/full_pipeline_1080p.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/full_pipeline_1080p.json b/configs/full_pipeline_1080p.json index 271c893..702eaab 100644 --- a/configs/full_pipeline_1080p.json +++ b/configs/full_pipeline_1080p.json @@ -47,7 +47,7 @@ "role": "filter", "enable": true, "cpu_affinity": [4], - "infer_fps": 5, + "infer_fps": 3, "model_path": "./models/scrfd_500m_640.rknn", "model_w": 640, "model_h": 640,