diff --git a/frigate/config/classification.py b/frigate/config/classification.py index a681bf570..4c34f8ab3 100644 --- a/frigate/config/classification.py +++ b/frigate/config/classification.py @@ -83,6 +83,7 @@ class FaceRecognitionConfig(FrigateBaseModel): min_faces: int = Field( default=1, gt=0, + le=6, title="Min face attempts for the sub label to be applied to the person object.", ) save_attempts: int = Field(