Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about format of licenseplate #83

Open
jeungmin717 opened this issue Jun 26, 2023 · 0 comments
Open

Questions about format of licenseplate #83

jeungmin717 opened this issue Jun 26, 2023 · 0 comments

Comments

@jeungmin717
Copy link

jeungmin717 commented Jun 26, 2023

@sirius-ai
Hello, Thanks for this wonderful repository

In my case, KOR licenseplate has 7digits or 8digits.
Type A , and Type B

Type A is like 12A1234
Type B is like 123B1234
the formats are 2-3 digits + One Letter + 4 digits

However, for some case it would return bad precision

Case1.
image

target : 36루5854 -> infer: 36루구5854

Case2.
image

target:97로6695 -> infer: 97로669두

Both cases have wrong format. this cannot be licenseplate format.
By this case "my model" has not learn the format
as I mentioned earlier, format has only one/two Letters between digits. no letters after digits.

I looked into model and found global context.

Q1. I found code for global context in lprnet model It has already been applied. So just training this model would get advantages of global context (such as formatting). Am I wrong?
Should I need some postprocessing functions for formatting?

Q2. Overfitting with this model , Ideas to deal with train data.

I have trained this model with only real car image datas 10k . Got about 90-95% percent Greed_decode_Eval Accuracy
But, when I apply this model to general cases, significantly drops to 80% accuracy
( even with good image : clean and nice view of licenseplate)

I think maybe the problem is overfitting , Since it has bad accuracy when tested with other license plate number images

Generated Fake License Plate Image (10k) + Real Images(10k) + Augmented Real Images(30k) training would help for this case?
I really need help. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant