blakeblackshear.frigate/frigate/api
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
..
defs Face recognition backend (#14495) 2024-11-19 12:11:07 -07:00
__init__.py
app.py Improve Nvidia GPU stats (#14206) 2024-10-07 20:15:31 -06:00
auth.py Db fixes (#14364) 2024-10-15 07:17:54 -06:00
classification.py Face recognition backend (#14495) 2024-11-19 12:11:07 -07:00
event.py Add ability to filter Explore by Frigate+ submission status (#14909) 2024-11-10 16:57:11 -06:00
export.py Handle in progress previews export and fix time check bug (#14930) 2024-11-11 09:30:55 -06:00
fastapi_app.py Face recognition backend (#14495) 2024-11-19 12:11:07 -07:00
media.py Various fixes (#14703) 2024-10-31 07:31:01 -05:00
notification.py Frigate HTTP API using FastAPI (#13871) 2024-09-24 07:05:30 -06:00
preview.py Frigate HTTP API using FastAPI (#13871) 2024-09-24 07:05:30 -06:00
review.py Updated Documentation for the Review endpoints (#14401) 2024-10-23 08:35:49 -05:00