stylegan2-encoder-pytorch icon indicating copy to clipboard operation
stylegan2-encoder-pytorch copied to clipboard

PyTorch Implementation of In-Domain GAN Inversion for StyleGAN2

Results 8 stylegan2-encoder-pytorch issues
Sort by recently updated
recently updated
newest added

Could you share the cartoon dataset of the last result in Readme.md? Thank you very much!

hi bryandlee, Thanks for your great work. I have trained the encoder from scratch, but it cannot generate high-quality face in the course of training. Is that normal? ![image](https://user-images.githubusercontent.com/35980967/141230930-1279ba48-e282-4c93-8038-ff63f0f03918.png)

What exactly does this repo do in practice ? Sorry I am new to this. I tried GAN of all kinds, but very new to this. Are you trying to...

Hi Bryandlee thanks for your greate work! I tried your Domain-Guided Encoder and get the latent (z0) with the shape [1,14,512] but when I tried the offical stylegan2-pytorch project.py and...

Hi! What training data was used to train encoder? Original implementation used 70k FFHQ, what about yours?

``` import os import random import numpy as np import torch from torch import nn import torch.nn.functional as F import torchvision from torchvision import datasets, transforms from model import Generator,...

Hi The results of inversion seems not good as the paper. Did you know what the qusetion is?