stylegan-encoder icon indicating copy to clipboard operation
stylegan-encoder copied to clipboard

StyleGAN Encoder - converts real images to latent space

Results 37 stylegan-encoder issues
Sort by recently updated
recently updated
newest added

I apologize if I overlooked it and if this isn't an "issue", but I couldn't find any basic steps/commands needed to reproduce the change in expression found in the teaser...

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...

Dear Puzer, I am currently working on stylegan encoder for architecture design opportunities. I was wondering how can I join your research lab and collaborate with you guys. I am...

**Facing this error** Traceback (most recent call last): File "encode_images.py", line 80, in main() File "encode_images.py", line 53, in main generator = Generator(Gs_network, args.batch_size, randomize_noise=args.randomize_noise) File "/content/gdrive/My Drive/RI/stylegan-encoder/encoder/generator_model.py", line 35,...

Hi! First, thanks for your work! I tried to interpolate between 2 faces in the dlatent space (18, 512) and the result seems to be not as meaningful as it...

The dimensionality is dlatent is 9x larger, sampling isn't as simple, interpolations are worse, and mapping to smile directions for example needs more data.

Does this only work for binary labels, like smile vs. no-smile or male vs. female? Or is it possible to do it for multi-class labels like ethnicity (ie. white, black,...

I did the encoding like the author of this github has mentioned. VGG = Perceptual model G = Generator model G.style() is the fully connected encoder in generator which gives...

What does the mask using for here?

Appears to fix issue https://github.com/Puzer/stylegan-encoder/issues/3