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

Home Page:https://blog.devcenter.co/developing-a-license-plate-recognition-system-with-machine-learning-in-python-787833569ccd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No image to display

Pratipkhandelwal opened this issue · comments

I ran the command python ALPR.py and the gui window appears but there it says no image to display . In the top left it says, File Path : No Image File Chosen .
The test image output should be shown i guess why it is not visible , any leads on it .

Any help would be great
Thanks .

No image shows by default. Check your system taskbar. There is a menu where you can choose the image you want to perform ALPR on. Once you select the image then it will show on the app

File "D:\License Plate recog\License\License-Plate-Recognition-Nigerian-vehicles-master\full.py", line 69, in execute_ALPR
os.path.join(models_folder, 'SVC_model', 'SVC_model.pkl'),(20, 20))
File "D:\License Plate recog\License\License-Plate-Recognition-Nigerian-vehicles-master\deepMachine.py", line 16, in learn
return self.classify_objects(objects_to_classify, model, tuple_size)
File "D:\License Plate recog\License\License-Plate-Recognition-Nigerian-vehicles-master\deepMachine.py", line 33, in classify_objects
result_index = self.letters.index(result[0])
ValueError: b'E' is not in list

I have uploaded the image and then used RUN ALPR but the above error is coming in the prompt ....How to resolve it ?