Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

difference between this repo with the torchvision deformable convolution op #29

Open
boringwar opened this issue May 14, 2021 · 3 comments

Comments

@boringwar
Copy link

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

@Dipankar1997161
Copy link

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

@lucasjinreal
Copy link
Owner

lucasjinreal commented Apr 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants