theFoxofSky / ddfnet

The official implementation of the CVPR2021 paper: Decoupled Dynamic Filter Networks
MIT License
214 stars 34 forks source link

Questions about the kernel size #31

Open dangf15 opened 2 years ago

dangf15 commented 2 years ago

Thank you for the open-source code. In your code, the kernel of ddf is set to square (i.e. 3x3), if I want to set the kernel to a normal rectangle (e.g. 2x5), how should I change it? Looking forward to your reply!

theFoxofSky commented 2 years ago

I have not implemented the Cuda code for the non-squared kernel. You may need to modify the Cuda implementation of ddf.