blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
18.97k stars 1.73k forks source link

[Feature] License plate image recognition #2250

Closed Calimerorulez closed 2 years ago

Calimerorulez commented 2 years ago

Hi,

First of all, thank you for your amazing work.

Is it feasible for Frigate to recognize the front side or the back side of a car, e.g. the image containing a license plate? I could then send the snapshot via MQTT to an app like OpenALPR to 'decypher' the plate.

ozett commented 2 years ago

you could use "double take" to use "deepstack.ai" as a detector and in "deepstack" use a custom-model for license-plate-> https://docs.deepstack.cc/custom-models-samples/

longer road to go..

leemind commented 2 years ago

I used to do something similar with 'motion' - whenever motion was detected, I sent the snapshot off to be recognised (and then open the gate if I knew them) -- Of course every frame of motion was detected so it was expensive in terms of CPU. Since Frigate can already detect a car and send it via MQTT to Home Assistant, I would have thought this is already possible with a bit of plumbing?

Calimerorulez commented 2 years ago

I've found a YouTube video, explaining the use of Plate Recognizer, with Frigate.

https://youtu.be/t-XxCrdj_94

I've managed to get it to work, sort of. Only the resolution of my cam is a little to low for long distance recognition :)

Sloth-on-meth commented 2 years ago

i would love this. would make it so easy to do presence detection on my vehicles

654456 commented 2 years ago

you could use "double take" to use "deepstack.ai" as a detector and in "deepstack" use a custom-model for license-plate-> https://docs.deepstack.cc/custom-models-samples/

longer road to go..

As far as I am aware double-take is only exposing the face end point at this time.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ozett commented 2 years ago

https://www.opensourceagenda.com/tags/license-plate-recognition https://github.com/search?q=License+Plate

detections/recognition ...

lots of frameworks available. would still love to see something coming up. but not all is open source at the end...