blakeblackshear.frigate/frigate/api/defs
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
..
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 Allow empty description for tracked objects (#14271) 2024-10-10 18:12:05 -05:00
events_query_parameters.py Add ability to filter Explore by Frigate+ submission status (#14909) 2024-11-10 16:57:11 -06:00
generic_response.py Updated Documentation for the Review endpoints (#14401) 2024-10-23 08:35:49 -05:00
media_query_parameters.py
regenerate_query_parameters.py Add ability to configure genai to use snapshot instead of thumbnails (#14077) 2024-09-30 15:54:53 -06:00
review_body.py Updated Documentation for the Review endpoints (#14401) 2024-10-23 08:35:49 -05:00
review_query_parameters.py Updated Documentation for the Review endpoints (#14401) 2024-10-23 08:35:49 -05:00
review_responses.py Updated Documentation for the Review endpoints (#14401) 2024-10-23 08:35:49 -05:00
tags.py Face recognition backend (#14495) 2024-11-19 12:11:07 -07:00