adobe / antialiased-cnns

pip install antialiased-cnns to improve stability and accuracy
https://richzhang.github.io/antialiased-cnns/
Other
1.66k stars 202 forks source link

Can't find Low Pass Filter Usage in Code #31

Open humza909 opened 4 years ago

humza909 commented 4 years ago

Hi,

As mentioned in paper, low pass filter is used for convolution after blur pool. But I can find its implementation in code. Conv2d filters are seemed to learn by backpropagation.

Am I missing something?

Thanks,

richzhang commented 4 years ago

The blurpool is used in addition to convolution. The same convolution filters are still learned