EvgenyKashin / stylegan2-distillation

https://arxiv.org/abs/2003.03581
Other
1.01k stars 105 forks source link

Manipulating real/already generated images #28

Closed shouramo closed 2 years ago

shouramo commented 2 years ago

Hi again!

I have a quick question: If I have already generated an image using python run_generator.py generate-images-custom, and I want to apply another transformation to that same image (for example, I changed the gender of the image using my own attribute directions, then I want to also change the age with another attribute latent vector). How can I do that?

Thanks! Moaz

EvgenyKashin commented 2 years ago

Hey!

One of possible ways(the simplest) could be adding few more lines of code here - with one more vector addition

shouramo commented 2 years ago

It worked! I really appreciate the fast and clear replies.

Thank you