frigate/frigate/util
Nicolas Mowen 41374cd77b 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-30 06:55:20 -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 Fixes (#14668) 2024-10-29 15:34:07 -05:00
downloader.py Face recognition backend (#14495) 2024-10-30 06:55:20 -06:00
image.py Various fixes (#14410) 2024-10-17 11:02:27 -05:00
model.py Add ability to configure model input dtype (#14659) 2024-10-29 10:28:05 -05: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 Bug fixes (#14588) 2024-10-25 06:47:56 -06:00