1
0
mirror of https://github.com/blakeblackshear/frigate.git synced 2025-03-13 00:17:15 +01:00
blakeblackshear.frigate/frigate/comms
Nicolas Mowen 4203865f9d Face recognition backend ()
* 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
2025-01-18 21:34:09 -07:00
..
config_updater.py Use pickle for config objects () 2024-07-24 10:37:29 -05:00
detections_updater.py Semantic Search for Detections () 2024-08-29 20:19:50 -06:00
dispatcher.py Tracked object metadata changes () 2024-11-18 11:26:44 -07:00
embeddings_updater.py Face recognition backend () 2025-01-18 21:34:09 -07:00
event_metadata_updater.py Embeddings fixes () 2024-10-10 16:37:43 -05:00
events_updater.py Fix embeddings () 2024-11-19 12:20:04 -06:00
inter_process.py Openvino models () 2024-10-11 10:47:23 -06:00
mqtt.py fix string comparison on mqtt error message for Server unavailable () 2024-10-30 05:05:58 -06:00
webpush.py Simplify plus submit () 2025-01-11 07:04:11 -07:00
ws.py Simplify on connect () 2024-04-30 07:27:39 -06:00
zmq_proxy.py Properly call super() in subclasses () 2024-10-02 19:35:46 -06:00