-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Exposing LevelMapper params in MultiScaleRoIAlign (pytorch#3129) #3151
Exposing LevelMapper params in MultiScaleRoIAlign (pytorch#3129) #3151
Conversation
Ability to set the `canonical_scale` and `canonical_level` of LevelMapper from the init method of MultiScaleRoIAlign. Not sure if this is the right place to expose those parameters. Also, additional tests should be written. Discussion in issue pytorch#3129
Hi @baldassarreFe! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #3151 +/- ##
==========================================
- Coverage 73.14% 72.76% -0.38%
==========================================
Files 99 99
Lines 9256 8981 -275
Branches 1493 1431 -62
==========================================
- Hits 6770 6535 -235
+ Misses 2015 1999 -16
+ Partials 471 447 -24
Continue to review full report at Codecov.
|
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.
LGTM, thanks a lot!
Adding more tests would be good, but they can be added in a follow-up PR (as this PR only exposes functionality which was already there).
Summary: * Exposing LevelMapper params in MultiScaleRoIAlign Ability to set the `canonical_scale` and `canonical_level` of LevelMapper from the init method of MultiScaleRoIAlign. Not sure if this is the right place to expose those parameters. Also, additional tests should be written. Discussion in issue #3129 * MultiScaleRoIAlign keyword-only parameters + docs (#3129) * Linter fix (trailing whitespace) Reviewed By: datumbox Differential Revision: D25954558 fbshipit-source-id: 4c54b17925fed520e38b35d8b76f8148499ea943 Co-authored-by: Francisco Massa <[email protected]>
Ability to set the canonical_scale and canonical_level of LevelMapper from the init method of MultiScaleRoIAlign.
Discussion in: #3129
Before merging: