Misc fixes (#19089)

* Correctly handle min_faces

* Change to use recognized faces
This commit is contained in:
Nicolas Mowen
2025-07-11 06:30:26 -06:00
committed by GitHub
parent ee1db240d7
commit 5cf98824f5
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class FaceRecognitionConfig(FrigateBaseModel):
default=1,
gt=0,
le=6,
title="Min face attempts for the sub label to be applied to the person object.",
title="Min face recognitions for the sub label to be applied to the person object.",
)
save_attempts: int = Field(
default=100, ge=0, title="Number of face attempts to save in the train tab."