You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Firstly, thank you for the code :)
I use your CRNN model for recognition numbers of ISO-containers (ISO 6346)
And I have the problem
I have a small dataset of ISO-numbers (100 train samples and 50 test samples). They look like this:
I chose various parameters (nepoch, valInterval, saveInterval, etc. and trained model didn't create in the directory after save interval (I use default directory -- "expr")
When I set saveInterval = 1 and valInterval = 1 and try to train, many trained models create in the directory
Changing batch size doesn't help
I use Google Colaboratory for training
What might be the problem?
Maybe I need more train data?
Or choose the right parameters for training?
Thank you on advance for answer :)
P.S. Sorry for my bad English
P.S.S. Can your model recognize vertically oriented text like this?
The text was updated successfully, but these errors were encountered:
if you have 100 images and you batch_size if 8, so you will have i from 1 to 100//8+1=13. So, if you set saveInterval bigger than 13, it will never equal to 0.
P.S. It can't recognize vertically oriented text like that.
Hi!
Firstly, thank you for the code :)
I use your CRNN model for recognition numbers of ISO-containers (ISO 6346)
And I have the problem
I have a small dataset of ISO-numbers (100 train samples and 50 test samples). They look like this:
I chose various parameters (nepoch, valInterval, saveInterval, etc. and trained model didn't create in the directory after save interval (I use default directory -- "expr")
When I set saveInterval = 1 and valInterval = 1 and try to train, many trained models create in the directory
Changing batch size doesn't help
I use Google Colaboratory for training
What might be the problem?
Maybe I need more train data?
Or choose the right parameters for training?
Thank you on advance for answer :)
P.S. Sorry for my bad English
P.S.S. Can your model recognize vertically oriented text like this?
The text was updated successfully, but these errors were encountered: