-
Notifications
You must be signed in to change notification settings - Fork 114
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
Custom Images - Run on full images #50
Comments
Hi @tanisha605, Of course you could always incorporate the edited facial image to the original image as they do in STIT |
@danielroich Can you give some code example how to change the GAN model? Or just replace this in https://github.com/danielroich/PTI/blob/main/notebooks/inference_playground.ipynb |
It is more complicated. "Full" (human body) image required usage of StyleGAN_Human model what has proportion 2:1 instead 1:1 of face FFHQ model. Moreover StyleGAN_Human has num_ws=16 instead FFHQ num_ws=18. Sadly modification direction (age, smile, rotation) also has dimension of 18. Summary: this (original) PTI project do not support full body human image inversion and modification. For inversion use PTI fork from StyleGAN_Human project. For modification... i am do not know. I am want advice myself. |
When trying to run model on a full image, it gives only the face part. How can I run the model for full images
The text was updated successfully, but these errors were encountered: