theFoxofSky / ddfnet

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

Question about the combination mode #34

Open bowenzhao-zju opened 2 years ago

bowenzhao-zju commented 2 years ago

Thank you for the open-source code. When using the module 'DDFPack', what is the difference between the 'add' and 'mul' combination mode?

theFoxofSky commented 2 years ago

"mul" means element-wise multiplication between spatial and channel filters "add" means element-wise addition between spatial and channel filters