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

Use pretrained model and continue training on own data #15

Open
daniiki opened this issue Sep 23, 2020 · 1 comment
Open

Use pretrained model and continue training on own data #15

daniiki opened this issue Sep 23, 2020 · 1 comment

Comments

@daniiki
Copy link

daniiki commented Sep 23, 2020

Hi, thanks for this great project. Is it possible to use the pretrained model and continue training on a custom training set containing 5000 images (grey scale images with a dotted font). Do you think the results will be good?

@Bartzi
Copy link
Owner

Bartzi commented Sep 23, 2020

Hmm, good question!
I think it depends on some points:

  1. are you using the same character set? If yes, it might work quite well
  2. is the localization network already able to find the location of single characters? If yes, this is also a good sign.

If none of these two holds. It might be difficult to use a pre-trained model. You would need to have a well performining model with the characters that your dotted fonts contain.
For increasing the number of samples, you could try to generate some artificial samples with the same dotted fonts, if you are able to get hold of such a font.

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