femioladeji / License-Plate-Recognition-Nigerian-vehicles

A python program that uses the concept of OCR using machine learning to identify the characters on a Nigerian license plate
https://blog.devcenter.co/developing-a-license-plate-recognition-system-with-machine-learning-in-python-787833569ccd
248 stars 126 forks source link

localization #33

Closed alucard079 closed 5 years ago

alucard079 commented 5 years ago

I'm currently looking in your blog. I have done installing the dependencies. I'm now with the localization.py step and downloading the car.jpg and in the directory of /home/nigel/license-plate-recognition, where should I create the localization.py?

Do I have to clone it first the full project?

Please help me, thanks!

femioladeji commented 5 years ago

You don't need to clone the full project @alucard079. However there are some things I couldn't implement in the blog post so the full project is more comprehensive. You can use the blog post to understand the thought process and how you can make some adjustments that will fit your use case