-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[ONNX] Fix roi_align ONNX export #3355
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
@KsenijaS is the PR ready for review? |
@fmassa Yes, PR is ready for a review. It would be also good that some one from my team review it as well. |
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.
The changes look generally good to me, but there is a syntax error in the warning message that needs to be fixed before merging
Codecov Report
@@ Coverage Diff @@
## master #3355 +/- ##
==========================================
- Coverage 78.86% 78.83% -0.03%
==========================================
Files 105 105
Lines 9752 9753 +1
Branches 1567 1568 +1
==========================================
- Hits 7691 7689 -2
- Misses 1574 1577 +3
Partials 487 487
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!
Summary: * add tests * fix bug * remove tests * fix comment * fix comment * add warning * fix syntax error * fix python lint Reviewed By: fmassa Differential Revision: D27127999 fbshipit-source-id: c416f4de87a50a6d5fe3d006341fb84500f2a20d Co-authored-by: Vasilis Vryniotis <[email protected]>
Allow export of roi_align when sampling rate is negative