From 21471b8dbcb8d687b4d8b974d51570e49e8424d2 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 3 May 2025 20:56:04 -0500 Subject: [PATCH] update reference config for face model size --- docs/docs/configuration/reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index a5ef0204e..a51c3df51 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -560,6 +560,8 @@ face_recognition: save_attempts: 100 # Optional: Apply a blur quality filter to adjust confidence based on the blur level of the image (default: shown below) 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 # NOTE: enabled, min_area, and enhancement can be overridden at the camera level