-
Hi Daniel. Thank you for great work.
I have trained my StyleGAN2-ada model using sketch data, which generates sketches quite well.
After that, to manipulate real-images, I have tested PTI but the qu…
-
Hello, when I used theinference_iterative.py base on restyle_e4e_ffhq_encode.pt, I found that it was only effective for the images in the training set such as ffhq, but not good for some other faces.
-
Hello,
I have a question. When we fine-tune the generator, do we need to save a corresponding model parameter for each image?
-
Hi, thanks for your code!
I need to invert images into their latent representations of size (1, 512) each. However, I notice that each latent representation produced by your code is of size (1, 18,…
-
Hi, thanks for your great work.
I notice that you said the editing directions you uploaded are trained on the pretrained StyleGAN. If I want more editing directions, what should I do?
Thank you.
-
Hello,
First of all, thanks for your great work. I am trying to train the encoder on chest X-ray dataset. Although the results seems good, some details are missing, especially for medical sense. As…
-
-
Hi! Is it possible to increase the size of the image in order to avoid head cropping?
![Untitled-2](https://user-images.githubusercontent.com/35609308/123543689-3d01d400-d769-11eb-8ee3-2657b5ef572d.j…
qo4on updated
3 years ago
-
I hope these plots below make sense.
![image](https://user-images.githubusercontent.com/42900802/122814964-e3019a00-d2a2-11eb-8277-4ea6ed6e8aac.png)
1. is the "loss_w_norm" supposed to increa…
-
Hello!
Thanks for sharing your work, really interesting!
I was curious if you could offer a small write up, or advice, on how to use this approach with a stylegan-ada model. You mention briefly …