Question about a new use case
Closed this issue · 2 comments
cpatrickalves commented
Hi there,
Thanks for sharing this great project.
I am working on a project to generate images with some conditions (acne, wrinkles, redness, etc.).
I've used stylegan2-ADA to build a model that generates faces with acne.
Now, I need to control the severity level of acne controlling generation processing.
I've tried exploring latent space with Ganspace and other projects with no success.
How do you control the AGE and other features? have you mapped the latent vectors?
csinva commented
cpatrickalves commented
Thanks for the answer!