-
Notifications
You must be signed in to change notification settings - Fork 13
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
Reusing the same synthesizer #8
Comments
Yes. I think it is possible, but I need to look into code and the paper to be certain. I vaguely recall that there is a technique that allows to specify the style of handwriting (called priming, if I remember correctly). In a nutshell, it sort of configures neural net to mimic a particular handwriting style captured in the presented sample. The technique requires a sample of handwriting (that has the style one would wish to mimic) as well as its corresponding prompt/transcript. Actually, the script txt2script (which generates a multi-line handwriting page) makes use of priming, but in a slightly different way. It generates the first line in a random style, then it synthesizes the following lines in the style of the first one. |
From the usage point of view, one way to support this feature is the following:
The user could generate a bunch of handwritings (with corresponding style files), pick the one they like the most and reuse it's style for generating other handwriting. |
Hi everyone, very interesting and valuable repository. I'm trying to follow the recommended instructions to produce a single type of output but I see that I can't create the folder to save the style outputs. Can you give me some suggestions in order to choose the desired output style? Thanks in advance. |
to whom it may concern, I solved my issue by taking inspiration from the text_to_script function and adapting it to my needs. Thank you! |
I am looking for a way to save the created synthesizer and then re-use the same handwriting a few times.
Is it possible? it seems to make sense that it is possible but I am not familiarized enough to know how.
The text was updated successfully, but these errors were encountered: