alias-free-gan-pytorch icon indicating copy to clipboard operation
alias-free-gan-pytorch copied to clipboard

Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch

Results 18 alias-free-gan-pytorch issues
Sort by recently updated
recently updated
newest added

Hi. I wonder what are those artifacts on the generated images? ![064200](https://user-images.githubusercontent.com/47557983/129022782-933a469a-74fa-40c6-b743-3eca07d09b90.png) It seems like they appear on your title animation with faces, too.

Hi. I wonder why you use just the jinc(||x||), whereas in the original article they use jinc(2*fc*||x||).

please add colab demo

Hi! The authors from the paper said that they needed to use a custom conda kernel to get acceptable performance (They say it's 20x faster than with pytorch primitives. I...

When I set augment to true in the config file I get a RuntimeError on lines 66 and 49 of stylegan2/op/fused_act.py `RuntimeError: input must be contiguous` Unless I make the...

nice job. how to project real images and interpolate them in alias free gan.

Hi, I'm trying to find out which cutoff frequencies you actually used for you experiments. So, I tried to find where is the function 'filter_parameters' is being used, but I...

Can anybody provide a setting to train 1024 img? The existing setting seems only support 256 img.