Skip to content
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

Merged
merged 47 commits into from
Feb 24, 2022
Merged

Support Windows #106

merged 47 commits into from
Feb 24, 2022

Conversation

lzhangzz
Copy link
Collaborator

No description provided.

@lzhangzz lzhangzz force-pushed the windows branch 2 times, most recently from f3d27ca to 19d13b0 Compare January 25, 2022 12:30
@lzhangzz lzhangzz marked this pull request as ready for review January 25, 2022 12:37
@lzhangzz lzhangzz changed the title [WIP] Supprot Windows [WIP] Support Windows Jan 25, 2022
@lzhangzz lzhangzz added the WIP label Jan 25, 2022
@lzhangzz lzhangzz requested a review from lvhan028 January 25, 2022 12:54
@codecov
Copy link

codecov bot commented Jan 25, 2022

Codecov Report

Merging #106 (9924f1b) into master (997d111) will decrease coverage by 0.23%.
The diff coverage is 27.96%.

Impacted file tree graph

@@            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     
Flag Coverage Δ
unittests 66.98% <27.96%> (-0.24%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmdeploy/backend/ncnn/wrapper.py 0.00% <0.00%> (ø)
mmdeploy/backend/onnxruntime/wrapper.py 89.58% <ø> (ø)
...oy/codebase/mmdet/deploy/object_detection_model.py 83.21% <0.00%> (ø)
...y/codebase/mmedit/deploy/super_resolution_model.py 83.78% <0.00%> (ø)
...oy/codebase/mmdet/models/dense_heads/yolox_head.py 37.97% <4.08%> (-55.36%) ⬇️
mmdeploy/codebase/mmdet/models/backbones.py 15.78% <16.66%> (ø)
mmdeploy/backend/tensorrt/init_plugins.py 31.25% <33.33%> (-0.33%) ⬇️
mmdeploy/backend/sdk/__init__.py 58.82% <50.00%> (-7.85%) ⬇️
mmdeploy/codebase/mmdet/deploy/object_detection.py 73.33% <50.00%> (-2.13%) ⬇️
mmdeploy/backend/ncnn/init_plugins.py 75.00% <60.00%> (+8.33%) ⬆️
... and 44 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 003cf1b...9924f1b. Read the comment docs.

csrc/core/logger.h Outdated Show resolved Hide resolved
lzhangzz and others added 9 commits February 18, 2022 22:58
* 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>
docs/zh_cn/build/windows.md Outdated Show resolved Hide resolved
docs/zh_cn/build/windows.md Show resolved Hide resolved
docs/zh_cn/build/windows.md Show resolved Hide resolved
Copy link
Collaborator

@lvhan028 lvhan028 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@SingleZombie SingleZombie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@irexyc
Copy link
Collaborator

irexyc commented Feb 24, 2022

LGTM

@lzhangzz lzhangzz merged commit 640aa03 into open-mmlab:master Feb 24, 2022
@lzhangzz lzhangzz mentioned this pull request Feb 25, 2022
@lzhangzz lzhangzz deleted the windows branch June 13, 2022 03:52
hanrui1sensetime pushed a commit to hanrui1sensetime/mmdeploy that referenced this pull request Nov 25, 2022
RunningLeon pushed a commit that referenced this pull request Apr 26, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants