torch-toolbox
torch-toolbox copied to clipboard
DCNv2
How exactly is DCNv2 supported in this repo?
Hi @bluesky314 , you could call
from torchtoolbox.nn import conv
dc = conv.DeformConv2d(modulation=True)
to use this feature.