interfacegan icon indicating copy to clipboard operation
interfacegan copied to clipboard

About editing

Open JNash123 opened this issue 3 years ago • 2 comments

I can get latent code by using encoder network to invert real image, and then put it into pre-train StyleGAN2, I can get reconstruction result. It works well. But I save this latent code as .npy and use : python edit.py -m stylegan_celebahq -b boundaries/stylegan_celebahq_eyeglasses_boundary.npy -i MY_LATENT_CODES_FILE.npy -o results/my_image -s wp

picture is strange, like this: 000_000

JNash123 avatar Jun 14 '22 16:06 JNash123

Me too, did you find a working encoder? I wonder what differences cause this problem

Jolllly-bot avatar Jul 16 '22 14:07 Jolllly-bot

Hi @JNash123 , you can refer to #35 , the solution there works for me

ytz123456 avatar Jul 25 '22 09:07 ytz123456