-
Notifications
You must be signed in to change notification settings - Fork 169
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
What dataset is used to train the pretrained model? #17
Comments
Both the pytorch port and the tensorflow port are trained with Synth90k and SynthText, just as the paper described. Have you tried the tensorflow version? |
No, I didn't run TensorFlow version. But this PyTorch I use Synth and Syn90K, I failed to run the accuracy you reported in readme.md. |
Actually I do not use any tricks to achieve such performance. All results reported in the README.md are trained and tested with the given scripts. |
Hi @xieenze, With the released model, can you obtain the reported results in the README.md. |
Yes, using your released model, I can achieve the same results in readme |
Hi enze, Have you reproduced the reported results? If yes, please let me know, I am curious about the effects from different hyper-parameters. |
Hi, I used the workers of 100, and batch_size of 1024. I also modified the learning-rate by hand when the accuracy stuck at a point. I had not achieved the accuracies on those 7 test datasets as your report. Approximately 1.0% to 2.0% lower than your results. |
emmmm... why not try the given settings? I can not guarantee the same performance with different settings. @JasonBoy1 |
OK, I should try recently |
thank you very much |
Hi, dear author. I found that the default batch_size in the script/stn_att_rec.sh is different from that in config.py. Which did you used in your experiment? |
The arguments in config.py are just default values for definition. Actually, you should just run |
Hello there, I'd like to know if any one of you could achieve the same performance ~ |
Maybe you can try our tensorflow implement. If you can not obtain the same results using both the tf and pytorch version. I suspect that there is something wrong with your training data. |
Thanks for reply~ |
How about the performance of the Tensorflow implement? What's more, I am sorry. The size of the training data is about 50GB. I don't have such a big cloud drive. You should carefully check your own data. |
Thanks anyway, I will try the tf implement~ |
@minglii1998 If you make any progress, please let me know. Thanks! |
Hello there, finally I achieved the the performance as @ayumiymk mentioned, thus it's for sure that there's nothing wrong with this code. |
Dear MingLii: |
I wonder how many images are cropped from ST800K? Thanks! @minglii1998 |
@ayumiymk Could you share the scripts that you used to create lmdb from Synth90k and SynthText datasets? That would be helpful, thank you. |
Dear author: |
@JasonBoy1 @Pay20Y @ofexe |
@minglii1998 thanks a lot! |
@minglii1998 I've already made my own datasets, but still thanks. |
hello, can you teach me how training from begin. |
Hello author:
I try to train ASTER on Synth800K and Synth90K, same setting as the TPAMI Papaer. However, I can not reimplement the accuracy in the paper and your pretrained model.
Can you tell me what dataset are you used to train the pretrained model you provided? Thanks very much!
The text was updated successfully, but these errors were encountered: