严格人脸识别角度

This commit is contained in:
Tian jianyong 2025-12-18 14:55:54 +08:00
parent 7766cfc9be
commit dad8d5488a

View File

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