Open manocv opened 7 years ago
Hi manocv
Thanks!
Right now I'm actually working on an Open-source project that does exactly this through machine learning and neural networks. What I'm trying to achieve is to get the color, model, brand AND what features the vehicle has attached to it (Radio antenna, 1 missing headlight, stuff like that).
However as of right now I'm not in a stage where I can publish the project quite yet. In the meantime I'd recommend using Google Vision which can be used for your purpose.
The downside of Google Vision is obviously that it requires internet and you don't get that many requests before you need to pay money.
I'd be happy to keep you updated when I'm ready to release my open-source project.
Have a great day! Kevin
Nice work done,
I am using this project as a kickstart for my customised application. I am trying to stream a video via rtsp and capture the plate info by live streaming.
Also, I am trying to do vehicle classification such as Make model and colour of the vehicle. Do you have any suggestion which API to use for that purpose?