-
Notifications
You must be signed in to change notification settings - Fork 656
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
Did you achieve the same accuracy as the original crnn? #5
Comments
The provided pretrained model is converted from the origin one, so it has the same accuracy. |
What I mean is if I train a model from scratch with your code with the same data of original crnn, could I get the same accuracy? Have you trained a model from scratch? thanks a lot. |
I haven't try to do this. However, the network architecture is the same. There may be some differences due to the strategy of training, but not big. |
Hi, @meijieru Thanks for your work! I want to train this network from scratch. Currently I have generated about 10 million pictures using different fonts and backgrounds with different length. But the precision is not high enough. This is my trainging log.(from a model I saved before) The loss can't go any lower. And there's seems like to be over-fitting too. Thanks a lot!! |
@liangshuang1993 Is it the same dataset trained for origin crnn model? |
@meijieru Thanks for your reply. Maybe I shouldn't comment under this issue. The answer is no, I used a dataset generated by myself. About 300 Chinese and English characters. The dataset has variable length. So have you tried on Chinese character? Do you think a dataset contains about 10 million pictures is enough for 300 classes? Thanks! |
Don't try on chinese and other dataset. It depends on the dataset. |
Ok, so do you have any idea which network should I use to train Chinese? Thanks |
Hi can you achieve the same accuracy as the original crnn? And what's your accuracy?
Thanks.
The text was updated successfully, but these errors were encountered: