rosinality / alias-free-gan-pytorch

Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch
Other
507 stars 43 forks source link

Internal Representations #18

Closed JonathanRayner closed 2 years ago

JonathanRayner commented 3 years ago

Thanks for the great contribution.

Slightly off-topic, but do you know how they generate the internal representations in Figure 6 in the original paper? ie. what convention do they use to visualise the channels in the feature maps as RGB?

rosinality commented 3 years ago

I don't have many clues, but I suspect they hand picked the channel of feature maps.

JonathanRayner commented 2 years ago

Okay cool, thanks!