-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Implement Deformable Convolutions #1416
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
Comments
I am familiar with the DCN implementation in mmdetection and I would be happy to include that in torchvision. Please let me know if no one else is working on it. |
@Ridhwanluthra no one else is currently working on it, so contributions are more than welcome! Note that it should now ideally follow the approaches that we have in torchvision for custom operators, which allow them to be part of torchscript graph, see #1348 for an example |
@Ridhwanluthra |
I am working on this :) |
Hi, I saw there have |
Cool, thanks for letting us know! Yeah, so it seems the detectron2 incorporated the code from mmdetection, which is the implementation I'm also basing myself on, so in some sense I'm already merging it! I'm also planning to add testing, a CPU version, and improve code readability a bit :) |
@pedrofreire Thanks so much for picking this up. |
Fixed by @pedrofreire in #1586 |
Discussion in pytorch/pytorch#15864
The operator should have both CPU and CUDA implementations.
The text was updated successfully, but these errors were encountered: