You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently there was a great PR 👍 adding deformable convolution support DCN (v1) support to this repo. Meanwhile improved version DCNv2 appeared, so I'd like to support that.
Mmdetection has two implementations: 1) deform_conv 2) modulated_deform_conv. The difference between those two is that modulated_deform_conv one more argument mask. Also, they have different implementations in cpu and cuda, and he torchvision's version is the former.
Recently there was a great PR 👍 adding deformable convolution support DCN (v1) support to this repo. Meanwhile improved version DCNv2 appeared, so I'd like to support that.
mmdetection
or Add Deformable Convolution operation. #1586 (comment)The text was updated successfully, but these errors were encountered: