update reference config for face model size

This commit is contained in:
Josh Hawkins 2025-05-03 20:56:04 -05:00
parent 92545ef1a5
commit 21471b8dbc

View File

@ -560,6 +560,8 @@ face_recognition:
save_attempts: 100 save_attempts: 100
# Optional: Apply a blur quality filter to adjust confidence based on the blur level of the image (default: shown below) # Optional: Apply a blur quality filter to adjust confidence based on the blur level of the image (default: shown below)
blur_confidence_filter: True blur_confidence_filter: True
# Optional: Set the model size used face recognition. (default: shown below)
model_size: small
# Optional: Configuration for license plate recognition capability # Optional: Configuration for license plate recognition capability
# NOTE: enabled, min_area, and enhancement can be overridden at the camera level # NOTE: enabled, min_area, and enhancement can be overridden at the camera level