blakeblackshear.frigate/frigate/api/defs
Nicolas Mowen b7b7e1b78b 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-16 07:49:14 -07:00
..
request Fix small typo (#14915) 2024-11-11 05:02:46 -07:00
__init__.py Use custom body for the export recordings endpoint (#14908) 2024-11-10 20:26:47 -07:00
app_body.py
app_query_parameters.py
events_body.py
events_query_parameters.py
generic_response.py
media_query_parameters.py
regenerate_query_parameters.py
review_body.py
review_query_parameters.py
review_responses.py
tags.py Face recognition backend (#14495) 2024-11-16 07:49:14 -07:00