-
Hi, thanks for sharing the great work.
I'm interested in reproducing the GPEN-BFR-512 from zero, since it takes too much time to reproduce 1024 version, however I got some issues
1. I wonder which p…
-
Hi, thank you for your sharing.
I have a question about your pretrained model of stylegan.
Suppose you're using stylegan2 , as your readme file and config.json, You used stylegan2 pretrained mode…
-
After running `stylegan2_pytorch --data E:\Development_stuff\stylegan2_test\4\` this shows up:
![image](https://user-images.githubusercontent.com/25404214/96461119-49ba4980-1224-11eb-8526-0dd42aab7…
-
I have trained a StyleGAN2-ADA generator on my own images and now trying different inversion methods.
My first question after reading your paper is if I can use my pretrained G and implement your co…
-
op.h exists nowhere in my python environment.. where do I get it?
(tf115py37) c:\Programming\PythonNotebooks\DataEfficientGans\data-efficient-gans\DiffAugment-stylegan2>python run_low_shot.py --dat…
-
Thanks for providing this code!
When trying to run the following cell in the the Colaboratory notebook to project an input image to latent space :
```
#Project your own image and Make Eigenvecto…
-
Hi everybody,
I tried to make transfer learning from the [stylegan2_config-f_lsun-car_384x512](https://github.com/open-mmlab/mmgeneration/tree/master/configs/styleganv2/stylegan2_c2_lsun-car_384x51…
-
Often one word can make a huge difference in code, here is a question about one word in the Licence txt "non-commercial".
Together with a state-owned (hard to translate german word "gemeinnützig" - p…
-
Hi there,
first of all, thanks a lot for providing all of this information and code.
I have cloned your repo to a paperspace machine, but when running the training command
`python run_trainin…
-
I wanna do some finetune works based on my own dataset, I create LMDB dataset based on the guideline in the repo:
`python prepare_data.py --out LMDB_PATH --n_worker N_WORKER --size SIZE1,SIZE2,SIZE…