-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev-1.x' of github.com:open-mmlab/mmsegmentation into 1.x
- Loading branch information
Showing
54 changed files
with
321 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,9 +61,9 @@ jobs: | |
command: | | ||
pip install git+https://github.com/open-mmlab/mmengine.git@main | ||
pip install -U openmim | ||
mim install 'mmcv==2.0.0rc3' | ||
mim install 'mmcv>=2.0.0rc4' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
mim install 'mmdet==3.0.0rc5' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- run: | ||
name: Build and install | ||
|
@@ -97,6 +97,7 @@ jobs: | |
command: | | ||
git clone -b main --depth 1 https://github.com/open-mmlab/mmengine.git /home/circleci/mmengine | ||
git clone -b dev-1.x --depth 1 https://github.com/open-mmlab/mmclassification.git /home/circleci/mmclassification | ||
git clone -b dev-3.x --depth 1 https://github.com/open-mmlab/mmdetection.git /home/circleci/mmdetection | ||
- run: | ||
name: Build Docker image | ||
command: | | ||
|
@@ -107,9 +108,9 @@ jobs: | |
command: | | ||
docker exec mmseg pip install -e /mmengine | ||
docker exec mmseg pip install -U openmim | ||
docker exec mmseg mim install 'mmcv==2.0.0rc3' | ||
docker exec mmseg mim install 'mmcv>=2.0.0rc4' | ||
docker exec mmseg pip install -e /mmclassification | ||
docker exec mmseg mim install 'mmdet==3.0.0rc5' | ||
docker exec mmseg pip install -e /mmdetection | ||
docker exec mmseg pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- run: | ||
name: Build and install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,9 @@ jobs: | |
python -V | ||
pip install -U openmim | ||
pip install git+https://github.com/open-mmlab/mmengine.git | ||
mim install 'mmcv==2.0.0rc3' | ||
mim install 'mmcv>=2.0.0rc4' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
mim install 'mmdet==3.0.0rc5' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- name: Build and install | ||
|
@@ -100,9 +100,9 @@ jobs: | |
python -V | ||
pip install -U openmim | ||
pip install git+https://github.com/open-mmlab/mmengine.git | ||
mim install 'mmcv==2.0.0rc3' | ||
mim install 'mmcv>=2.0.0rc4' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
mim install 'mmdet==3.0.0rc5' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- name: Build and install | ||
|
@@ -166,9 +166,9 @@ jobs: | |
python -V | ||
pip install -U openmim | ||
pip install git+https://github.com/open-mmlab/mmengine.git | ||
mim install 'mmcv==2.0.0rc3' | ||
mim install 'mmcv>=2.0.0rc4' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
mim install 'mmdet==3.0.0rc5' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- name: Build and install | ||
|
@@ -209,9 +209,9 @@ jobs: | |
python -V | ||
pip install -U openmim | ||
pip install git+https://github.com/open-mmlab/mmengine.git | ||
mim install 'mmcv==2.0.0rc3' | ||
mim install 'mmcv>=2.0.0rc4' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
mim install 'mmdet==3.0.0rc5' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- name: Build and install | ||
|
@@ -244,9 +244,9 @@ jobs: | |
python -V | ||
pip install -U openmim | ||
pip install git+https://github.com/open-mmlab/mmengine.git | ||
mim install 'mmcv==2.0.0rc3' | ||
mim install 'mmcv>=2.0.0rc4' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
mim install 'mmdet==3.0.0rc5' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- name: Build and install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,9 @@ jobs: | |
run: | | ||
pip install -U openmim | ||
pip install git+https://github.com/open-mmlab/mmengine.git | ||
mim install 'mmcv==2.0.0rc3' | ||
mim install 'mmcv>=2.0.0rc4' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
mim install 'mmdet==3.0.0rc5' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- name: Build and install | ||
|
@@ -100,9 +100,9 @@ jobs: | |
python -V | ||
pip install -U openmim | ||
pip install git+https://github.com/open-mmlab/mmengine.git | ||
mim install 'mmcv==2.0.0rc3' | ||
mim install 'mmcv>=2.0.0rc4' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
mim install 'mmdet==3.0.0rc5' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- name: Build and install | ||
|
@@ -135,9 +135,9 @@ jobs: | |
python -V | ||
pip install -U openmim | ||
pip install git+https://github.com/open-mmlab/mmengine.git | ||
mim install 'mmcv==2.0.0rc3' | ||
mim install 'mmcv>=2.0.0rc4' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
mim install 'mmdet==3.0.0rc5' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
- name: Install unittest dependencies | ||
run: pip install -r requirements/tests.txt -r requirements/optional.txt | ||
- name: Build and install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.