blakeblackshear.frigate/frigate/config
Nicolas Mowen cedd082b30 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-11-19 12:11:07 -07:00
..
camera Various fixes (#14703) 2024-10-31 07:31:01 -05:00
__init__.py
auth.py fix regex for cookie_name to be general snake case (#14854) 2024-11-18 11:26:36 -07:00
base.py
camera_group.py
config.py Don't open file with read permissions if there is no need to write to it (#14689) 2024-10-30 08:22:20 -06:00
database.py
env.py Fixes (#14668) 2024-10-29 15:34:07 -05:00
logger.py Fix logging (#14122) 2024-10-03 06:33:53 -06:00
mqtt.py
notification.py
proxy.py
semantic_search.py Face recognition backend (#14495) 2024-11-19 12:11:07 -07:00
telemetry.py
tls.py
ui.py