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

[Enhancement] Add win-ci #1296

Merged
merged 6 commits into from
Feb 22, 2022
Merged

[Enhancement] Add win-ci #1296

merged 6 commits into from
Feb 22, 2022

Conversation

MengzhangLI
Copy link
Contributor

Motivation

Add win-ci in .github/workflows/build.yml

ref pr: open-mmlab/mmagic#732, open-mmlab/mmflow#92.

@MengzhangLI MengzhangLI self-assigned this Feb 17, 2022
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #1296 (ba5b389) into master (9522b4f) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1296      +/-   ##
==========================================
+ Coverage   90.22%   90.24%   +0.02%     
==========================================
  Files         130      131       +1     
  Lines        7560     7599      +39     
  Branches     1258     1264       +6     
==========================================
+ Hits         6821     6858      +37     
  Misses        531      531              
- Partials      208      210       +2     
Flag Coverage Δ
unittests 90.24% <ø> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
mmseg/datasets/__init__.py 100.00% <0.00%> (ø)
mmseg/datasets/isaid.py 94.11% <0.00%> (ø)
mmseg/core/evaluation/class_names.py 91.07% <0.00%> (+0.68%) ⬆️

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 9522b4f...ba5b389. Read the comment docs.

@@ -1,4 +1,5 @@
matplotlib
numpy
opencv-python>=3
Copy link
Collaborator

Choose a reason for hiding this comment

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

From mmcv experiments, they don't recommend adding opencv in requirements as opencv have 4 versions and there is a conflict between them

Copy link
Contributor Author

@MengzhangLI MengzhangLI Feb 18, 2022

Choose a reason for hiding this comment

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

Delete opencv-python>=3 would raise error. Windows system needs cv2. So I added it back.

@MeowZheng MeowZheng merged commit 6ff724e into open-mmlab:master Feb 22, 2022
@MengzhangLI MengzhangLI deleted the win-ci branch February 28, 2022 12:31
ZhimingNJ pushed a commit to AetrexTechnology/mmsegmentation that referenced this pull request Jun 29, 2022
* [Enhancement] Add win-ci

* add timm in win unittest

* remove mmflow with mmseg in win unittest

* remove opencv-python in requirements

* add opencv2 back

* move opencv installation into build.yml
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.

2 participants