MicrocontrollersAndMore / OpenCV_3_License_Plate_Recognition_Python

https://www.youtube.com/watch?v=fJcl6Gw1D8k
525 stars 317 forks source link

Vietnamese License Plate #3

Open hungpqz opened 7 years ago

hungpqz commented 7 years ago

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

hungthuanmk commented 6 years ago

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

divya1md commented 6 years ago

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.

Bao150297 commented 4 years ago

@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.

IAM-P-LP commented 3 years ago

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