Process Frigate images with CompreFace #419
Replies: 7 comments 22 replies
-
Looks great! |
Beta Was this translation helpful? Give feedback.
-
I've made quite a few UI updates over the past few weeks and the root of the API at |
Beta Was this translation helpful? Give feedback.
-
I pushed quite a few updates and small performance improvements last night, including support for CompreFace v0.5.0. If you are using multiple detectors, then the same image is passed on each processing loop. This allows me to display a single image on the UI with the results per detector. I've also added some more documentation on how I setup my Node-Red and Home Assistant notifications. More notes on what's included in this release can be found here. |
Beta Was this translation helpful? Give feedback.
-
More updates 🚀 CompreFace has definitely been the best performer so far, so thank you again for the amazing work!
Any feedback or feature suggestions would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
The configuration section of the README is also updated with better examples. Thank you to everyone who has used and help test Double Take over the past few months and for all the awesome feature suggestions. Keep them coming! |
Beta Was this translation helpful? Give feedback.
-
v1.4.0Bug Fixes
Features
|
Beta Was this translation helpful? Give feedback.
-
I've recently published version 1.12.0 (2022-06-13)Features
Bug Fixes |
Beta Was this translation helpful? Give feedback.
-
I love Frigate and have been spending the last few weeks trying to use it for a room presence detection system. I've been using Frigate + CompreFace + Node-Red to achieve this, but my Node-Red flow became pretty complicated and hard to maintain, so I decided to move my logic to a local API, which I containerized.
The API is exposed with a POST method
/recognize
which expects the MQTT frigate/events JSON as the payload.Images are then processed though Facebox and/or CompreFace for identification.
The output from the API is an array of matching faces, which I then process through Node-Red to update the location for the matching users in Home Assistant.
Subscribing to the MQTT frigate/events topic directly is also supported and the matches faces are published to a different MQTT topic that can be defined by the user. To see all the available options, checkout the README.
Node-Red flow using the REST API

Node-Red flow subscribing to the topic that contains matches after being processed

I was hoping for feedback from the community and wanted to see if others would find something like this useful.
Github: https://github.com/jakowenko/double-take
Docker Hub: https://hub.docker.com/r/jakowenko/double-take
Beta Was this translation helpful? Give feedback.
All reactions