mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
Set upper bound
This commit is contained in:
parent
7e394a8cf6
commit
8d0ae6ff9d
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user