-
Notifications
You must be signed in to change notification settings - Fork 17
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
Failed to reproduce the results in the paper when training from the scratch #11
Comments
Hi, this is strange, I have run the model with different random seed and can get similar results. |
Thanks for the response! I have an additional question about this. |
(1) Yes, we simply sampled from the whole data, without considering the ratio from each dataset |
|
怎么训练两个数据集 |
Hello, we have a problem with reproducing the results in the paper.
With the official code and the default parameters for training, we are not able to reach the desirable scores except IC03 and IC13.
We used all data in ST and MJ in LMDB format. We haven't changed any code except to import images and labels.
By any chance, did you use preprocessing that does not exist in the current code when creating the image file?
And also it's very strange that the score on CUTE dataset is 10% lower than the reported one.
Can you guide us in detail on how to reproduce it?
The text was updated successfully, but these errors were encountered: