-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Feature] enable exporting to onnx for PointRend #953
[Feature] enable exporting to onnx for PointRend #953
Conversation
Codecov Report
@@ Coverage Diff @@
## master #953 +/- ##
==========================================
- Coverage 65.72% 65.56% -0.16%
==========================================
Files 157 154 -3
Lines 10092 9950 -142
Branches 1828 1806 -22
==========================================
- Hits 6633 6524 -109
+ Misses 3113 3090 -23
+ Partials 346 336 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@DmitriySidnev To fix lint, could you merge master and push again? |
b46f0de
to
7173a94
Compare
b3fb41c
to
2890900
Compare
hi @DmitriySidnev , CI failed. |
@zhouzaida, hi! I have merged master branch. Hope it helps. With |
got it |
In the failed job
But this version of onnxruntime does not satisfy this statement. |
@DmitriySidnev You could find the reason why |
@RunningLeon, |
@DmitriySidnev Thanks for the effort. Could you fix CI error? Thanks again. |
@RunningLeon, the |
kindly ping @ZwwWayne |
LGTM. Kindly ping @ZwwWayne |
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
This PR enables exporting to ONNX for
PointRend
based models.