-
Notifications
You must be signed in to change notification settings - Fork 104
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
crnn acc =0 #41
Comments
Hi, the images used in pre-trained model are generated by me and they all look very well. Just try to make more training data, it will work! |
Thanks for the reply. I have another question : But when I put images which from CTPN model (different size of images) and send them to demo.py, the acc are terrible. So, it means I have to put my training data with different size? (e.g: (300.32), (150,32), (500,32)..... ) |
Hi, the images from CTPN should look like your training data. If your training data is generated by yourself and looks very nice, while the images out from CTPN are more real, the net will do bad |
So, you mean if I train with generated images and test with CTPN's crop image, then the result will be very bad.... ? |
Hello, I encountered the same problem, I used 6 million pieces of data for training. However, during verification, the predicted data is empty, and the previously generated data does not have this problem. |
Hi, sorry for the bothering, but I'm facing the problem.
All my accuracy during validation are 0 , that is really weird.
Have you ever facing this problem during training?
I just used your pre-trained model and with only 3000 pics of training set, because I only wanna quick check this model is work for me or not. If it works, I will put more dataset for my personal training.
My lr = 0.00005 and 0.0001 , both tried.
Image size = 120*32 with four Chinese characters.
keep_ratio =False
The text was updated successfully, but these errors were encountered: