-
Notifications
You must be signed in to change notification settings - Fork 643
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
CodeCamp #106: Support SOLOv2 deployment with OpenVINO #1521
CodeCamp #106: Support SOLOv2 deployment with OpenVINO #1521
Conversation
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.
Note that we have refactor rewriter in #1483 to support MMRazor.
ctx
of the rewriter arguments has been removed. You can get ctx
by:
ctx = FUNCTION_REWRITER.get_context()
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.
Please solve conflicts first
…/mmdeploy into Li-Hongda/CodeCamp#106
… Li-Hongda/CodeCamp#106
修改: mmdeploy/codebase/mmdet/models/detectors/single_stage_instance_seg.py
… Li-Hongda/CodeCamp#106
@RunningLeon Hi, I follow your advice to add |
@Li-Hongda Hi, sorry for the confusion. Maybe a simple solution is to revert code to commit f5b3e26 and pass |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1521 +/- ##
==========================================
+ Coverage 49.44% 49.65% +0.21%
==========================================
Files 338 339 +1
Lines 12920 12985 +65
Branches 1897 1901 +4
==========================================
+ Hits 6388 6448 +60
- Misses 6088 6091 +3
- Partials 444 446 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@Li-Hongda Hi, could sync with latest |
@Li-Hongda Could you sync with main branch to fix ci errors? This PR is ready to merge. |
…-Hongda/CodeCamp#106
@RunningLeon Sorry, I went on a business trip the last few days. |
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
Motivation
支持SOLOv2 mmdet3.x Openvino导出
Modification
支持SOLOv2 mmdet3.x Openvino导出
BC-Breaking(Optional)
None
Use cases (Optional)
Checklist