mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Face recognition logic improvements (#15679)
* Always initialize face model on startup * Add ability to save face images for debugging * Implement better face recognition reasonability
This commit is contained in:
committed by
Blake Blackshear
parent
c26144da75
commit
8763390dfe
@@ -32,6 +32,9 @@ class FaceRecognitionConfig(FrigateBaseModel):
|
||||
min_area: int = Field(
|
||||
default=500, title="Min area of face box to consider running face recognition."
|
||||
)
|
||||
debug_save_images: bool = Field(
|
||||
default=False, title="Save images of face detections for debugging."
|
||||
)
|
||||
|
||||
|
||||
class LicensePlateRecognitionConfig(FrigateBaseModel):
|
||||
|
||||
Reference in New Issue
Block a user