stylegan2-encoder-pytorch
stylegan2-encoder-pytorch copied to clipboard
PyTorch Implementation of In-Domain GAN Inversion for StyleGAN2
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? 
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?