-
Hey, @ShenYujun I followed your interfacegan paper like I did everything that we need to do. But the results I'm getting have seemed like a different person, not the same image on which I'm trying to …
-
# system:Ubuntu
```
Successfully installed torch-1.9.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is reco…
-
Thank you for your clean implementation!
I just tried training a model with adaptive augmentation and noticed, that the argument --ada_every is not used when initializing the AdaptiveAugment object. …
-
Traceback (most recent call last):
File "C:\Users\tegco\Desktop\Workspace\VSCode\BasicSR\inference\inference_stylegan2.py", line 70, in
generate(args, g_ema, device, mean_latent, args.randomi…
-
Both in `g_optim` (https://github.com/rosinality/stylegan2-pytorch/blob/master/train.py#L467) and `d_optim` (https://github.com/rosinality/stylegan2-pytorch/blob/master/train.py#L472) first `beta` is …
-
I tested in linux-server.. it was the same in co lab setting.(same to unsup3d)
-
I'm trying to run this project on ubuntu 18.4 and getting this error while importing PSP. Can help me figure out what's going on?
encoder4editing-app-1 | Traceback (most recent call last):
encode…
-
I tried pix2latent to get fixed_z (.pth file), but met several problems:
1) after running invert_stylegan2_*.py, a .npy file is saved for variables, but how can I get a .pth file?
2) the repo for st…
-
Thank you for your hard work on this library!
Do you have any plans to add StyleGAN(2)? There are unofficial numerous PyTorch implementations (e.g. https://github.com/rosinality/stylegan2-pytorch)…
-