-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[DOC] Added paper citation for DeformConv2d #3000
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Could you please resolve the lint problem?
I fixed it! Can you review it once again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Can you also keep the citation from the previous paper? The current implementation in torchvision supports both modes, if mask is None
we dispatch to the original deform conv paper.
Codecov Report
@@ Coverage Diff @@
## master #3000 +/- ##
=======================================
Coverage 73.39% 73.39%
=======================================
Files 99 99
Lines 8825 8825
Branches 1391 1391
=======================================
Hits 6477 6477
Misses 1929 1929
Partials 419 419
Continue to review full report at Codecov.
|
I have added the citation of the original paper too. Kindly review it once again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
* [DOC] Added paper citation for DeformConv2d * Fixes Pylint error * Added citation of the previous paper
* [DOC] Added paper citation for DeformConv2d * Fixes Pylint error * Added citation of the previous paper
As described in #2975, I have added citation of the paper in the documentation of DeformConv2d and also mentioned about DeformConv v2.