You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have try that train model for ICDAR2013 dataset.
my way:
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?
The text was updated successfully, but these errors were encountered:
Hi.
I have try that train model for ICDAR2013 dataset.
my way:
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?
The text was updated successfully, but these errors were encountered: