torch-toolbox icon indicating copy to clipboard operation
torch-toolbox copied to clipboard

DCNv2

Open bluesky314 opened this issue 4 years ago • 1 comments

How exactly is DCNv2 supported in this repo?

bluesky314 avatar Sep 28 '20 14:09 bluesky314

Hi @bluesky314 , you could call

from torchtoolbox.nn import conv
dc = conv.DeformConv2d(modulation=True)

to use this feature.

PistonY avatar Sep 29 '20 01:09 PistonY