Fine-tuning and word generation for new font #1701
hanshupe007
started this conversation in
General
Replies: 1 comment 6 replies
-
Hi @hanshupe007 👋, The training with the internal generator doesn't works well enough atm. Take a look at: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to fine-tune a model. As for my use case only arial is used and no other fonts, i want to try:
python references/recognition/train_pytorch.py crnn_vgg16_bn --epochs 5 --font "arial.ttf" --pretrained
This should execute the word generator. I was wondering if I can pass any additional parameters to the word generator, e.g. to specify how many training and validation samples are generated, which words it generates, introducing any scan artifacts, etc?
Beta Was this translation helpful? Give feedback.
All reactions