genforce/interfacegan

Results were not satisfying?

alan-ai-learner opened this issue · 5 comments

Hey, @ShenYujun I followed your interfacegan paper like I did everything that we need to do. But the results I'm getting have seemed like a different person, not the same image on which I'm trying to edit. that is the latent vector generated by StyleGAN is not that accurate. or the equivalent latent space I'm creating using the StyleGAN encoder isn't the same as the original image which I'm trying to edit. Then I try to use the StyleGAN2 for encoding the image and its resultant image latent vector almost similar as the original one and far better than StyleGAN encoder. But the problem is I'm not able to use the StyleGAN2 encoded latent code for editing using your code.
So is there any way to use StyleGAN2 generated latent vectors for editing using the interfacegan?
Or any other solution, I spent lots of resources to came this far to implement interface gan to edit custom images.
And one more thing my goal is to create an application same as FaceApp(https://www.faceapp.com/),
any way to achieve the same thing as FaceApp.
Thanks in advance!

@alan-ai-learner can you please provide some suggestion. I also want to do similar task.

@alan-ai-learner can you please provide some suggestion. I also want to do similar task.

@fisakhan put your questions here will try to answer them.

here? where?
My question is that How can I generate multiple different images of the same identity? Different images might have different pose, expression etc. but the identity should remain the same (or look like the same identity). The implementation in this repo either changes the identity or generates an extremely poor quality image.