blakeblackshear.frigate/frigate/util
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
..
__init__.py
builtin.py Handle in progress previews export and fix time check bug (#14930) 2024-11-11 09:30:55 -06:00
config.py Fix exports migration when there is none (#14761) 2024-11-03 10:00:12 -07:00
downloader.py Face recognition backend (#14495) 2024-11-19 12:11:07 -07:00
image.py Fix round robin (#15035) 2024-11-17 11:25:49 -06:00
model.py Add support for specifying tensorrt device (#14898) 2024-11-10 08:43:24 -06:00
object.py
process.py
services.py Set the loglevel for OpenCV ffmpeg messages to fatal (#14728) 2024-11-01 20:01:38 -06:00