"Machine Learning" is the wrong tool for the job here. Tesseract OCR can do this, using only the Raspberry Pi, at a "good enough" framerate for any real driving situation.
I built a DIY license plate reader with a Raspberry Pi and machine learning
41–50 of 78 posts
Re: I built a DIY license plate reader with a Raspberry Pi and machine learning
#42So now medium is straight up not letting people read an article unless they're logged in ... Disgusting.
Re: I built a DIY license plate reader with a Raspberry Pi and machine learning
#43Surprised by the negativity in the comments. This is an extremely impressive presentation of ability to put together current technologies and get the thing working front start to finish. A+, would hire.
Re: I built a DIY license plate reader with a Raspberry Pi and machine learning
#44Re: I built a DIY license plate reader with a Raspberry Pi and machine learning
#45So now medium is straight up not letting people read an article unless they're logged in ... Disgusting.
So try deleting your Medium cookies as a workaround.
Re: I built a DIY license plate reader with a Raspberry Pi and machine learning
#46Ok, I have a use case for this. If you could figure out how to get it off the cloud and low power, it would be awesome to have one of these on the gates to my house, so when I drive up the plates are automatically recognized and the gates open to my car.
Re: I built a DIY license plate reader with a Raspberry Pi and machine learning
#47The video referenced in the blog: https://www.youtube.com/watch?v=gsYEZtecXlA mentions that they used 20 K80 instances to get real time inferencing. That seems a bit excessive IMO for an object detector.
I'm the creator here. Yeah, 20 K80s is a bit excessive. That's because cortex (cortexlabs), which is the ML-model-deployment platform didn't initially have multiprocessing on each of their replicas - so I was bound to using just one CPU per GPU. AWS has instances with 4, 8, 16 vCPUs and so on. Once cortex started supporting gunicorn (still yet unreleased but present on their master branch), I was able to reduce the n…
Re: I built a DIY license plate reader with a Raspberry Pi and machine learning
#48Re: I built a DIY license plate reader with a Raspberry Pi and machine learning
#49Ok, I have a use case for this. If you could figure out how to get it off the cloud and low power, it would be awesome to have one of these on the gates to my house, so when I drive up the plates are automatically recognized and the gates open to my car.