-
Notifications
You must be signed in to change notification settings - Fork 71
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
Generating latent representation of my own images #3
Comments
Images should be in the generated_images/ directory. |
I'm trying to achieve "Aging" of an image as I've done in the past using this encoder: https://github.com/pbaylies/stylegan-encoder (Fork for Puzer) Latent directions - https://github.com/Puzer/stylegan-encoder/blob/master/Play_with_latent_directions.ipynb When I run on a sample image the result looks nearly identical (Both images are attached seed6604_01.png is the result after inference) Can you kindly show an inference example with age transform? |
Thanks! |
Thanks! |
In the gist I linked, replace
with
|
For some reason it didn't run I have Replaced this: with: Got this error: During handling of the above exception, another exception occurred: Traceback (most recent call last): Errors may have originated from an input operation. Input Source operations connected to node G_synthesis_1/_Run/G_synthesis/8x8/ToRGB/MatMul: Original stack trace for 'G_synthesis_1/_Run/G_synthesis/8x8/ToRGB/MatMul': |
What about... I'm closing this one and you DM me on twitter, or send me an e-mail? See profile. |
Hello, I'm wondering about this as well. |
Hi, thanks for sharing this project.
I'm trying to create new images \ change Style of my own images with the FFHQ pre-trained model.
I've expected to get images as output, but instead I see .npy (numpy) file in "latent_representations" folder
What I tried:
'python align_images.py raw_images/ aligned_images/
python encode_images.py aligned_images/ generated_images/ latent_representations/'
What am I doing wrong?
The text was updated successfully, but these errors were encountered: