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

Missing "Q, X, Z" #10

Open
intothephone opened this issue Jun 4, 2023 · 1 comment
Open

Missing "Q, X, Z" #10

intothephone opened this issue Jun 4, 2023 · 1 comment

Comments

@intothephone
Copy link

If the sentence contains any of the letter: Q, X or Z, hand.write() will fail.

I've checked the code, seems that these letters are not in alphabet in operations.py, but why?

@bryandam
Copy link
Contributor

See my answer here to a similar question in the parent project: sjvasquez/handwriting-synthesis#44 (comment)

TL;DR: Those characters, as well as a few others, are not represented in the sample set used to build the model. Hense the model does really poorly with them. So even if the code let you write those characters they aren't actually going to product legible results:
image

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