DCNv2_latest icon indicating copy to clipboard operation
DCNv2_latest copied to clipboard

difference between this repo with the torchvision deformable convolution op

Open boringwar opened this issue 3 years ago • 3 comments

Hi, author, what's the difference between this repo with the torchvision DCN op. https://pytorch.org/vision/stable/_modules/torchvision/ops/deform_conv.html

boringwar avatar May 14 '21 03:05 boringwar

Also https://github.com/developer0hye/Simple-PyTorch-Deformable-Convolution-v2/blob/main/experiment.ipynb

Ken1256 avatar Jun 16 '21 09:06 Ken1256

Hi, author, what's the difference between this repo with the torchvision DCN op. https://pytorch.org/vision/stable/_modules/torchvision/ops/deform_conv.html

The previous versions of DCNv2 in dcn_v2_cuda.cu use THCUDA which causes errors during setup.py. This repo uses AT Tensor functions which resolves the issue for higher pytorch and CUDA versions

Dipankar1997161 avatar Apr 11 '22 18:04 Dipankar1997161

@haak0 I am also curious about this. Honestly speaking I do not know.

lucasjinreal avatar Apr 12 '22 02:04 lucasjinreal