MicrocontrollersAndMore/OpenCV_3_License_Plate_Recognition_Python

Vietnamese License Plate

hungpqz opened this issue · 4 comments

In Vietnam we have 2 type of license plate. One has 1 line and the other has 2 lines.

How to check if it is 1 line or 2 lines with this project? And some time I see the result is not correct. For example this image below (1 line license plate)

license

Correct one is : 51A13883 and this is 5JA3883

This is 2 lines license plate:

license

This problem might comes from restoration proccessing, what you need to do is improve detecting Plate algorithm.

Hai, I am new to openCV and I wanna do number-plate recognition using opencv and python.
[(https://github.com/MicrocontrollersAndMore/OpenCV_3_License_Plate_Recognition_Python)]
I got this github link for my work and I couldn't get from where the classification.txt, flattenedimage.txt is from!
Can anyone help me with this?
Thanks in advance.

@hungpqz I'm planning to train a model to detect vietnamese license plate and you likely have a exciting dataset. Can you send me that dataset for my study?
About your problem, maybe the original model was trained only on the dataset combined of 1 line plate dataset.

@hungpqz Could you please send the dataset for vietnamese plate.Your dataset looks promising!