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

W not recognized #13

Closed
kubasiak opened this issue Aug 12, 2020 · 1 comment
Closed

W not recognized #13

kubasiak opened this issue Aug 12, 2020 · 1 comment

Comments

@kubasiak
Copy link

This issue I find a showstopper for me actually.
all Ws even the ones that are clear and straight are recognized as N. I guess this is something to do with the training.
I don't expect a solution here (but feel free to surprise me :)) but just to let you know that you might be expecting that.

@quangnhat185
Copy link
Owner

quangnhat185 commented Aug 13, 2020

Hello @kubasiak,
The Mobilenet model which I used to train for character recognition is a lightweight architecture, which leads to the fact it might be underfitting in some scenarios. The case between W and N is a good example since in the context of computer vision, letter W is just an extend of letter N.

The solution might be to use a deeper NN such as ResNet50 or add more dataset in the categories of W and N. In the commercial product which I am working right now, we developed a YOLO detector which can detect and recognize license characters directly from plate image. This technique showed a much better accuracy due to the fact that we have really good dataset and no manual segmenting step is required.

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

2 participants