frigate/frigate/util
Nicolas Mowen b7f9eb2ee6 Face recognition backend (#14495)
* Add basic config and face recognition table

* Reconfigure updates processing to handle face

* Crop frame to face box

* Implement face embedding calculation

* Get matching face embeddings

* Add support face recognition based on existing faces

* Use arcface face embeddings instead of generic embeddings model

* Add apis for managing faces

* Implement face uploading API

* Build out more APIs

* Add min area config

* Handle larger images

* Add more debug logs

* fix calculation

* Reduce timeout

* Small tweaks

* Use webp images

* Use facenet model
2024-10-23 07:37:14 -06:00
..
__init__.py Custom classes for Process and Metrics (#13950) 2024-09-27 07:53:23 -05:00
builtin.py Fix yaml bug and ensure embeddings progress doesn't show until all models are loaded (#14338) 2024-10-14 08:23:08 -06:00
config.py Configurable ffmpeg (#13722) 2024-09-13 15:14:51 -05:00
downloader.py Face recognition backend (#14495) 2024-10-23 07:37:14 -06:00
image.py Various fixes (#14410) 2024-10-17 11:02:27 -05:00
model.py Model and genai fixes (#14481) 2024-10-21 09:00:45 -06:00
object.py Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
process.py Added stop_event to util.Process (#14142) 2024-10-03 11:03:43 -06:00
services.py Various fixes and improvements (#14492) 2024-10-21 16:19:34 -06:00