-
First, thank you for this implementation!
I want to train a StyleGAN Encoder.How to get the latent latent code after training?Is is the styles in StyledGenerator?But its shape is always [1,512] in di…
-
Amazing work!!
The results are not good and does not look similar to the output. I guess this the issue
I have updated from using [stylegan](https://github.com/NVlabs/stylegan) to using [stylegan2…
-
how can I create stylegan model with (1, 18, 512)
my stylegan model is creating shape (1, 12, 512) and I cannot find the latent space developed by Puzer because of shape difference
in more detai…
-
@Puzer you did some great work here! I'm trying to apply your encoder to the bedroom network, however the generated images are not of the same quality as the results of the FFHQ network. Initially, I …
-
Hello, thank you for providing this code.
I have the question about how to use the trained StyleGan2 model "Gs.pth" as the decoder of pixel2style2pixel?
(pixel2style2pixel is the architecture combi…
-
1. Stylegan encoder predicts face similar to input face, while pulse predicts face whose LR image close to input face.
2. Just like stylegan encoder, pulse can only predict face based on pretrained G…
-
Dear Author,
Thank you very much for your work. I have a few questions I would like to ask: Have you ever used human face datasets (such as FFHQ) for training? If so, how were the results? If not…
-
all I needed is image-to-image translation with attribute-editting function, I first use pix2pix,but I cannot edit it for having no latent-space in pix2pix model. then I plan to try pix2style2pixl an…
-
When encoding a large number of images the encoding time will slowly increase until it becomes 2x-3x the time it took to encode the first image, then the script encode_images.py will crash. On my syst…
-
Hi Puzer,
Did you just use VGG layer9 to compute the loss?
https://github.com/Puzer/stylegan-encoder/blob/1e7e47f9bbb0ca391cdc250af5ad2468250a803c/encoder/perceptual_model.py#L21
Thank you.