Closed xiang-jian-wen closed 2 years ago
Thanks for your interest. Actually, the visualization is quite simple. You can follow the steps below:
complex_weight
)torch.view_as_complex
torch.irfft2
and then using torch.fft2
to obtain a filter in the spectral domain with shape (H, W)
torch.abs
). You can choose any color map you like.We will add the visualization code later (perhaps after the CVPR submission deadline).
It seems that fftshift has been used to move the low-frequency component to the center, is that right?
Yes, that's right.
The CVPR submission deadline has passed!! If it is convenient for you, can you update the visualization code? Thank you very much!^-^
Hi, we have added the visualization code viz_freq.ipynb
.
Ok, Thank you very much.
Hi, we have added the visualization code
viz_freq.ipynb
.
hello , thanks for the code. But when i run it, it doesn't work, is there some restriction of software version? thanks
hello , thanks for the code. But when i run it, it doesn't work, is there some restriction of software version? thanks
Hi, could you provide the error messages?
你好,邮件已收到,我会尽快给您回复.. 谢谢!!!
Hello sir: Thank you for your excellent work! Could you please provide visualization code? Thank you!