Closed JNash123 closed 2 years ago
this? rec_real_img.py
Try to run embedding_img.py, or embedding_v2_styleGAN1.py.
They use StyleGAN to invert (embed) real face to style latent code (w), then save w and put to G to reconstruct faces. Other GANs are similar in this way.
this? rec_real_img.py
No, it is a previous script. Just running embedding_img.py, or embedding_v2_styleGAN1.py is enough.
this? rec_real_img.py
No, it is a previous script. Just running embedding_img.py, or embedding_v2_styleGAN1.py is enough.
okay, thanks, i'll try
this? rec_real_img.py
No, it is a previous script. Just running embedding_img.py, or embedding_v2_styleGAN1.py is enough.
sorry, but when i ran embedding_v2_styleGAN2.py, embedding_v2_styleGAN1.py or embedding_img.py, i didn't get anything, it just created a directory. environment:ubuntu20.04, py3.7, 3090
how can i use pre-trained model to get image reconstruction directly? what should i do