-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to v0.1.3
- Loading branch information
Showing
47 changed files
with
753 additions
and
323 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 |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
name: Install mmyolo dependencies | ||
command: | | ||
pip install -U openmim | ||
mim install 'mmengine >= 0.3.0' | ||
mim install 'mmengine >= 0.3.1' | ||
mim install 'mmcv >= 2.0.0rc1' | ||
pip install git+https://github.com/open-mmlab/[email protected] | ||
pip install -r requirements/albu.txt | ||
|
@@ -124,7 +124,7 @@ jobs: | |
name: Install mmyolo dependencies | ||
command: | | ||
docker exec mmyolo pip install -U openmim | ||
docker exec mmyolo mim install 'mmengine >= 0.3.0' | ||
docker exec mmyolo mim install 'mmengine >= 0.3.1' | ||
docker exec mmyolo mim install 'mmcv >= 2.0.0rc1' | ||
docker exec mmyolo pip install -e /mmdetection | ||
docker exec mmyolo pip install -r requirements/albu.txt | ||
|
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.