-
Notifications
You must be signed in to change notification settings - Fork 552
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
The recognition result is very bad,such as the following iamges #37
Comments
The model is trained on a dataset that is heavily biased towards a-z characters. Training on a balanced dataset would help. |
@bgshih If I want the model to recognize words and multi-digit numbers both then will fine-tuning the model (already trained on VGG Synthetic word dataset) on dataset like Street View House Number (SVHN) gonna help? Or I need to retrain the model from the scratch? |
@rayush7 I strongly feel fine-tuning be a better choice than starting from scratch. |
Thanks @bgshih |
@bgshih Could you please explain the format of the single/multi digit labels for creating lmdb datasets? |
@rayush7 This is not an expected behavior. What was the error message and where was it thrown? |
@bgshih I am trying to finetune the crnn model (pretrained on vgg synthetic dataset) on svhn dataset. The images (32x32) I am using look like these While finetuning, the training loss is showing random patterns and no legitimate inference can be drawn because of that. Also all the validation set images are classified as "1". I am unable to figure out if this is a problem due to wrong choice of optimization parameters or crnn is unfit for training on such images. I am using the default config.lua file with adadelta as the optimizer. Any suggestions on what mistake I am making and how can I rectify that? |
@rayush7 Did you train the model with digits? If so, could you post it online? |
result is like that:
Recognized text: vaossyoba (raw: v--a----o-ss-s--y-o-b--a--)
and many simple image ,the result is very bad? anyone can tell me why?
The text was updated successfully, but these errors were encountered: