DCNv2_latest
DCNv2_latest copied to clipboard
difference between this repo with the torchvision deformable convolution op
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
Also https://github.com/developer0hye/Simple-PyTorch-Deformable-Convolution-v2/blob/main/experiment.ipynb
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
@haak0 I am also curious about this. Honestly speaking I do not know.