mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-07 03:11:15 +03:00
Face recognition reprocess (#16212)
* Implement update topic * Add API for reprocessing face * Get reprocess working * Fix crash when no faces exist * Simplify
This commit is contained in:
committed by
Blake Blackshear
parent
6f4002a56f
commit
1c3527f5c4
@@ -14,6 +14,7 @@ class EmbeddingsRequestEnum(Enum):
|
||||
embed_thumbnail = "embed_thumbnail"
|
||||
generate_search = "generate_search"
|
||||
register_face = "register_face"
|
||||
reprocess_face = "reprocess_face"
|
||||
|
||||
|
||||
class EmbeddingsResponder:
|
||||
|
||||
Reference in New Issue
Block a user