Skip to content
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

How to reproduce the provided ICDAR2013 model? #51

Open
yeonsikch opened this issue Jan 24, 2022 · 1 comment
Open

How to reproduce the provided ICDAR2013 model? #51

yeonsikch opened this issue Jan 24, 2022 · 1 comment

Comments

@yeonsikch
Copy link

Hi.

I have try that train model for ICDAR2013 dataset.
my way:

  1. Save & load your SynthText Strong Supervision model (trained model for SynthText dataset, 50k iter)
    2-a. python main.py weakly-supervision --model model/63000_model.pkl --iterations 2
    2-b. python main.py weakly-supervision --model model/63000_model.pkl --iterations 5

[2-a]
I trained for ICDAR2013 dataset and sampled SynthText dataset with probability 1/6 for each batch, totally 25k iters.
But I couldn't reproduce the same performance as the ICDAR2013 model you provided.
So, I did [2-b] but same results as [2-a].

How can I reproduce the results ICDAR2013 dataset?

@mayank-git-hub
Copy link
Collaborator

Hello @yeonsikch. The model file that I shared for IC13 dataset is trained on using just 1 iteration. Can you try with --iterations 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants