INVOKERer / DeepRFT

The code for 'Intriguing Findings of Frequency Selection for Image Deblurring' and 'Deep Residual Fourier Transformation for Single Image Deblurring'
Other
244 stars 32 forks source link

About FFT ablation study #11

Open misakshoyan opened 2 years ago

misakshoyan commented 2 years ago

Hi @INVOKERer . I have a misunderstanding from Table 1 and 7. Would be grateful if you clarify it.

In Table 1 and 7, FFT means that "Res FFT-Conv Block" contains conv2d or DO-Conv layer? And in general, when you refer to "Res FFT-Conv Block" in the paper, you mean its version with conv2d or DO-CONV?

Thanks in advance.

INVOKERer commented 2 years ago

Hi, "Res FFT-Conv Block" in the paper is the version with conv2d .

misakshoyan commented 2 years ago

Thanks. So, in Table 7, DC means that all the non-1x1 conv layers are replaced by DO-Conv layers, including the "Res FFT-Conv Block"?

INVOKERer commented 2 years ago

Yes.

misakshoyan commented 2 years ago

Thank You.