From 1231464adf2e31de7db7f30fd6b069cf7ccacf89 Mon Sep 17 00:00:00 2001 From: Tian jianyong <11429339@qq.com> Date: Thu, 18 Dec 2025 15:06:47 +0800 Subject: [PATCH] =?UTF-8?q?10=20=E5=BA=A6=E5=A4=AA=E4=B8=A5=E6=A0=BC?= =?UTF-8?q?=EF=BC=8C=E6=94=B9=E6=88=90=2020=20=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 5a48d8c..ae022c2 100644 --- a/config.yaml +++ b/config.yaml @@ -42,8 +42,8 @@ face_detection: quality_threshold: 10 # 图像质量阈值(Laplacian方差) min_face_size: 80 # 最小人脸尺寸(像素) face_present_duration: 2.0 # 持续出现时长(秒)才触发识别 - max_yaw: 10.0 # 最大允许的偏航角(度),超过此角度视为侧脸 - max_pitch: 10.0 # 最大允许的俯仰角(度),超过此角度视为抬头或低头 + max_yaw: 20.0 # 最大允许的偏航角(度),超过此角度视为侧脸 + max_pitch: 20.0 # 最大允许的俯仰角(度),超过此角度视为抬头或低头 # 人脸识别配置 face_recognition: