-
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
Support Windows #106
Support Windows #106
Conversation
f3d27ca
to
19d13b0
Compare
Codecov Report
@@ Coverage Diff @@
## master #106 +/- ##
==========================================
- Coverage 67.21% 66.98% -0.24%
==========================================
Files 175 189 +14
Lines 5857 6176 +319
Branches 927 955 +28
==========================================
+ Hits 3937 4137 +200
- Misses 1637 1746 +109
- Partials 283 293 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* check in docs related to mmdeploy build on windows * update build guide on windows platform * update build guide on windows platform * make path of thirdparty libraries consistent * make path consistency * correct build command for custom ops * correct build command for sdk * update sdk build instructions * update doc * correct build command * fix lint * correct build command and fix lint Co-authored-by: lvhan <lvhan@pjlab.org>
* update ppl.cv installation warning * missing 'git clone'
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
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
LGTM |
* support solov2 openvino * fix lint * Update benchmark.md * Update __init__.py * fix names and delete redundant codes * fix names and redundant codes * fix indent * fix lint * fix lint * delete 'ctx' arguments * [Fix]fix lint * 修改: mmdeploy/codebase/mmdet/models/dense_heads/solov2_head.py 修改: mmdeploy/codebase/mmdet/models/detectors/single_stage_instance_seg.py * Delete matrix_nms.py * Update __init__.py * Update linspace.py * Update solov2_head.py * Update solov2_head.py * update * fix num_groups * update docs * add end2endmodel for solo * add end2endmodel for solo * [Feature] Support End2EndModelSOLO * Update object_detection_model.py * add model_cfg to End2EndModel * add model_cfg to End2EndModel * Fix bugs for End2EndModel * fix bugs for End2EndModel * update docs. * update conmment * 更新 benchmark.md * update regression tests * fix errors in docs
No description provided.