stylegan2-pytorch
stylegan2-pytorch copied to clipboard
Implementation of Analyzing and Improving the Image Quality of StyleGAN (StyleGAN 2) in PyTorch
Objective: compare the effect of eigenvectors on the same samples. #117
There are two changes: - a CLI argument to be more generic, which lets us sample more than 3 points, compared to: https://github.com/rosinality/stylegan2-pytorch/blob/7be6e64fc897c5a1df084c9dcc635479c88b2a2f/apply_factor.py#L61-L83 - a transposition of the grid of...
Could you please provide the pre-training weights of the 256*256 size, stylegan2 discriminator network?
Hello, does this repo work on cpu? in particular the part in the OP folder? seems this only works only on Cuda? Are there some settings which can be set...
PIL.UnidentifiedImageError: cannot identify image file This is a problem I encountered when running train.py, my data set is in mbd format file, why do I still get an error? Is...
File "/home/leo/GAN2Shape/gan2shape/stylegan2/stylegan2-pytorch/model.py", line 350, in forward out = self.conv(input, style) File "/home/leo/miniconda3/envs/cv_exp_py3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1194, in _call_impl return forward_call(*input, **kwargs) File "/home/leo/GAN2Shape/gan2shape/stylegan2/stylegan2-pytorch/model.py", line 272, in forward out = F.conv_transpose2d(input, weight, padding=0,...
run python prepare_data.py There is only one dataset directory, do we still need categories? FileNotFoundError: Couldn't find any class folder in /media/EC3C5BDA3C5B9E80/win10/style_transfer/pix2pixHD/datasets/comics/train_C1.
Hello I want to use my own pictures for training, I think I need pre-training, but I don't know how to use it, how to implement the code, train it...
Hello, I have a requirement, that is, the photos of different people, finally trained into stylegan2 model well, do not need a photo trained into stylegan2 model