角度改成 10 度,更严格

This commit is contained in:
Tian jianyong 2025-12-18 15:02:57 +08:00
parent dad8d5488a
commit 3e69bdd939

View File

@ -42,8 +42,8 @@ face_detection:
quality_threshold: 10 # 图像质量阈值(Laplacian方差)
min_face_size: 80 # 最小人脸尺寸(像素)
face_present_duration: 2.0 # 持续出现时长(秒)才触发识别
max_yaw: 30.0 # 最大允许的偏航角(度),超过此角度视为侧脸
max_pitch: 30.0 # 最大允许的俯仰角(度),超过此角度视为抬头或低头
max_yaw: 10.0 # 最大允许的偏航角(度),超过此角度视为侧脸
max_pitch: 10.0 # 最大允许的俯仰角(度),超过此角度视为抬头或低头
# 人脸识别配置
face_recognition: