-
Notifications
You must be signed in to change notification settings - Fork 31
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
UMAPing #19
Comments
You can leave off the image directory argument. I believe it was to allow the images themselves to be plotted as points; I don't think I ever actually got it working properly. |
Oh okay. Could you please guide me on how to generate a new handwritten image? |
That is what |
The |
I tried with the f option. Unfortunately, I'm getting blurred image for all the generated results. |
Could you attach the style images and a generated image? |
Are you using the pre-trained model? |
No, I trained with IAM dataset. |
Try the pre-trained model to be sure that works. |
You are talking about this one, right? |
Unfortunately, I'm getting the #12 issue. |
And you've pulled the latest code? All |
I used the above link to download the IAM weights and the Source code |
So that "realese" doesn't have the latest code. It's just a hack way of attaching the weights to the repo. Pull the latest code from the repo itself. |
It works perfectly using the pre-trained. This is a wonderful project. You guys have done a brilliant job. |
Thanks! |
Thank you for mentioning the tracking parameters. Now I can see that the images are becoming more and more legible through iterations. |
Hello again,
I have completed generating the styles.pkl using the generate.py.
Save styles using get_styles.py Then umap_styles.py styles.pkl [image dir]
Could you please tell the format and type of the files present in the image_dir and from where I can get these files. An
ordered.txt
is required.Thank you for your help.
PS.
import os
is missing inumap_styles.py
The text was updated successfully, but these errors were encountered: