blakeblackshear.frigate/frigate/config
Nicolas Mowen aa19ec3ddb 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
2025-02-08 12:47:01 -06:00
..
camera Simplify plus submit (#15941) 2025-01-11 07:04:11 -07: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 Simplify model config (#15881) 2025-01-07 20:59:37 -07:00
database.py
env.py
logger.py
mqtt.py
notification.py
proxy.py
semantic_search.py Face recognition backend (#14495) 2025-02-08 12:47:01 -06:00
telemetry.py
tls.py
ui.py