-
Notifications
You must be signed in to change notification settings - Fork 400
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 DCNv2 and deform_conv2d in torchvision #124
Comments
What's the difference? |
Thanks for contributing pytorch/vision#2791 to torchvision! We are wondering if we could use your I think this would require replacing
with their torchvision equivalents. The same question has bee raised elsewhere as well lucasjinreal/DCNv2_latest#29. Would be great to get you thoughts on using your torchvision implementation here. This might eliminate the need to compile the cuda extension and therefore simply integration of DCNv2 a lot. Implementation in torchvision
edit: add links to torchvision docs |
Not yet tested but the README sounds promising:
|
Since both torchvision's deform_conv2d and this repo tend to replicate the deformable convolutional net,would like to know what seperates this implementation from the torch implementation.
The text was updated successfully, but these errors were encountered: