-
Notifications
You must be signed in to change notification settings - Fork 7.2k
NMS code cleanup #2907
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
NMS code cleanup #2907
Conversation
- Remove primitive const declaration from method names. - Remove unnecessary headers. - Aligning method names between cpu and cuda.
Codecov Report
@@ Coverage Diff @@
## master #2907 +/- ##
=======================================
Coverage 73.41% 73.41%
=======================================
Files 99 99
Lines 8801 8801
Branches 1389 1389
=======================================
Hits 6461 6461
Misses 1915 1915
Partials 425 425 Continue to review full report at Codecov.
|
3111a78
to
0628cba
Compare
@fmassa The last commit is more of an "OCD change" to align styles across all ops, but I'm happy to rollback because I suspect it will cause compatibility issues. |
7efd089
to
17678a4
Compare
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!
* Clean up and refactor ROIAlign implementation: - Remove primitive const declaration from method names. - Remove unnecessary headers. - Aligning method names between cpu and cuda. * Adding back include for cpu. * Restoring method names of private methods to avoid conflicts. * Restore include headers.
* Clean up and refactor ROIAlign implementation: - Remove primitive const declaration from method names. - Remove unnecessary headers. - Aligning method names between cpu and cuda. * Adding back include for cpu. * Restoring method names of private methods to avoid conflicts. * Restore include headers.
Clean up and refactor ROIAlign implementation: