Skip to content

Conversation

datumbox
Copy link
Contributor

@datumbox datumbox commented Oct 27, 2020

Clean up and refactor ROIAlign implementation:

  • Remove primitive const declaration from method names.
  • Remove unnecessary headers.
  • Changed capitalization rules to match the pattern of the rest of the methods.

- Remove primitive const declaration from method names.
- Remove unnecessary headers.
- Aligning method names between cpu and cuda.
@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #2907 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1fe1e11...e1d95d3. Read the comment docs.

@datumbox datumbox requested a review from fmassa October 27, 2020 21:54
@datumbox datumbox force-pushed the refactor/nms_cleanup branch from 3111a78 to 0628cba Compare October 28, 2020 12:52
@datumbox
Copy link
Contributor Author

@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.

@datumbox datumbox force-pushed the refactor/nms_cleanup branch from 7efd089 to 17678a4 Compare October 30, 2020 10:24
Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fmassa fmassa merged commit 455cd57 into pytorch:master Oct 30, 2020
@datumbox datumbox deleted the refactor/nms_cleanup branch October 30, 2020 12:03
bryant1410 pushed a commit to bryant1410/vision-1 that referenced this pull request Nov 22, 2020
* 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.
vfdev-5 pushed a commit to Quansight/vision that referenced this pull request Dec 4, 2020
* 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.
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

Successfully merging this pull request may close these issues.

2 participants