
Almost done with my Frigate face/person recognition companion (suslik), just short of 1.0. What do you think?
Two weeks ago I posted here that I wanted to build a companion for Frigate. It's nearly done now, just short of a 1.0, and I'd be happy about some feedback.
What's in: four ways it recognizes people.
- After the event, from the full recording. Slowest but most thorough, this one gives the final verdict.
- By the person itself: build, outline, clothing. Works when there's no usable face at all.
- Through a vision model. You choose whether that runs locally or against a cloud endpoint.
- And a live watcher: it spots a face on the camera stream itself and then names the person as fast as it can, so an MQTT message can go out within about a second.
For learning there's no photo uploading. You can run through all your past events and it tells you who was on your property and when, groups the recurring people, picks the faces worth learning by itself, and you can export them too.
Have a look if that sounds useful. I'd really appreciate feedback, good or bad, via GitHub or mail: suslik_dev@posteo.de. (The rocm and gpu-legacy variants I can't test myself, I don't even have the hardware, so reports there help twice.)