Support for Deformable Convolution V2 in Pytorch

Hi,

I am using the latest version of torch and I couldn’t find any implementation of Deform Conv V2 , I could only see DeformConv V1 in torchvision.

Do you plan to provide a native support for this any time soon ?

I tried to add extensions from github :

  1. xi11xi19/CenterNet2TorchScript: centernet pytorch model to torch script model (github.com)
  2. chengdazhi/Deformable-Convolution-V2-PyTorch: Deformable ConvNets V2 (DCNv2) in PyTorch (github.com)

They seem old and not compatible with latest version of Pytorch.

Is there any resource that I could use on latest version of pytorch ?

1 Like

Refer to Simple-PyTorch-Deformable-Convolution-v2

1 Like

you can refer to this repo
https://github.com/jinfagang/DCNv2_latest

1 Like