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

Are you able to generate handwriting for special symbols such as @,✓, +, $ and £? #23

Open
AIMLAPP opened this issue Sep 3, 2020 · 3 comments

Comments

@AIMLAPP
Copy link

AIMLAPP commented Sep 3, 2020

Hello,

I've been exploring different handwriting generators and would like to ask a question about this one.

May I please ask if your model, given the data you used to train it, is able to generate special symbols such as @, +, $ and £, ✓, as well as uppercase Q and Z?

Many thanks! :)

@AIMLAPP AIMLAPP changed the title Are you able to generate handwriting for special symbols such as @, +, $ and £? Are you able to generate handwriting for special symbols such as @,✓, +, $ and £? Sep 3, 2020
@Grzego
Copy link
Owner

Grzego commented Sep 4, 2020

Hi @AIMLAPP, unfortunately all of those symbols where not present in training dataset (except + I think). This means that the generator will not be able to generate sequences with those special special characters (any of those characters would be replaced with <NULL> meaning it will be effectively ignored during generation).

I'm not sure about quality of uppercase letters (I think those are rather rare) but they are present in dataset so it should be possible to generate them. :)

@AIMLAPP
Copy link
Author

AIMLAPP commented Sep 11, 2020

Hi @Grzego,

I hope you're well.

Ah OK, I understand. Thank you very much for your reply, I really appreciate it. :)

I have an additional question I would like to ask please. In your "ReadMe" section, I see that you have used the On-Line dataset. The xml files contain the handwriting data. Do you know how to convert these into a .jpg/.png such that I can visualise the handwriting (i.e. convert the On-Line dataset into "Offline")? I'm thinking of creating my own dataset like the xml files, but would like to also visualise and verify them through this conversion.

Thank you and have a good weekend!

@Grzego
Copy link
Owner

Grzego commented Sep 19, 2020

@AIMLAPP so it seems there is a ready off-line dataset available at "data/lineImages-all.tar.gz". According to this page where you can download and example from it, it contains .tif images that could be converted into .jpg/.png if needed. Hope this helps. :)

EDIT: Sorry, I missed your part about visualizing own dataset. So in this case you can look at this short script I posted in other issue. The parts with plotting should be the most interesting in your case. :)

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