-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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]: Add onnx evaluation tool #279
Conversation
Codecov Report
@@ Coverage Diff @@
## master #279 +/- ##
==========================================
+ Coverage 79.99% 80.54% +0.55%
==========================================
Files 160 162 +2
Lines 8003 8091 +88
Branches 1185 1192 +7
==========================================
+ Hits 6402 6517 +115
+ Misses 1456 1429 -27
Partials 145 145
Flags with carried forward coverage won't be shown. Click here to find out more.
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.
Fine.
Please add some unit tests for functions and classes in mmedit/core/export/wrappers.py |
@innerlee can we just ignore these functions and classes in Codecov since it is hard to test without a real ONNX model. |
A dummy model contains a single conv or fc is good enough. |
If the onnx runtime is not available at CI, you can edit the config similar to this line https://github.com/open-mmlab/mmediting/blob/master/.github/workflows/build.yml#L54 |
* update doc for onnx eval tool * add ort eval tool * add mattor test support * update document * update doc * add format to html table * add onnx wraper test * fix lint * better onnx unit test * skip if torch==1.3.x Co-authored-by: q.yao <[email protected]>
This PR includes:
Results and Models
Notes:
restorer
for now.