blakeblackshear.frigate/frigate/comms
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
..
config_updater.py
detections_updater.py Semantic Search for Detections (#11899) 2024-08-29 20:19:50 -06:00
dispatcher.py Tracked object metadata changes (#15055) 2024-11-18 11:26:44 -07:00
embeddings_updater.py Face recognition backend (#14495) 2024-11-19 12:11:07 -07:00
event_metadata_updater.py Embeddings fixes (#14269) 2024-10-10 16:37:43 -05:00
events_updater.py Fix embeddings (#15072) 2024-11-19 12:20:04 -06:00
inter_process.py Openvino models (#14283) 2024-10-11 10:47:23 -06:00
mqtt.py fix string comparison on mqtt error message for Server unavailable (#14675) 2024-10-30 05:05:58 -06:00
webpush.py Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
ws.py
zmq_proxy.py Properly call super() in subclasses (#14124) 2024-10-02 19:35:46 -06:00