NVlabs / stylegan3

Official PyTorch implementation of StyleGAN3
Other
6.38k stars 1.12k forks source link

Power spectrum computation #155

Open denkorzh opened 2 years ago

denkorzh commented 2 years ago

What is the reason for padding the input image with 15 blocks of zeros of the same size as the image itself?

https://github.com/NVlabs/stylegan3/blob/407db86e6fe432540a22515310188288687858fa/avg_spectra.py#L165