Skip to content

Commit dc85144

Browse files
authored
Bump version to v0.5.0
Bump version to v0.5.0
2 parents e62c8c4 + 6506405 commit dc85144

318 files changed

Lines changed: 18416 additions & 4763 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
command: |
6868
pip install -U openmim
6969
mim install git+https://github.com/open-mmlab/mmengine.git@main
70-
mim install 'mmcv >= 2.0.0rc1'
70+
mim install 'mmcv >= 2.0.0rc4'
7171
mim install git+https://github.com/open-mmlab/mmdetection.git@dev-3.x
7272
pip install -r requirements/albu.txt
7373
pip install -r requirements/tests.txt
@@ -125,7 +125,7 @@ jobs:
125125
command: |
126126
docker exec mmyolo pip install -U openmim
127127
docker exec mmyolo mim install -e /mmengine
128-
docker exec mmyolo mim install 'mmcv >= 2.0.0rc1'
128+
docker exec mmyolo mim install 'mmcv >= 2.0.0rc4'
129129
docker exec mmyolo pip install -e /mmdetection
130130
docker exec mmyolo pip install -r requirements/albu.txt
131131
docker exec mmyolo pip install -r requirements/tests.txt

.dev_scripts/gather_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def get_dataset_name(config):
110110
CocoDataset='COCO',
111111
YOLOv5CocoDataset='COCO',
112112
CocoPanopticDataset='COCO',
113+
YOLOv5DOTADataset='DOTA 1.0',
113114
DeepFashionDataset='Deep Fashion',
114115
LVISV05Dataset='LVIS v0.5',
115116
LVISV1Dataset='LVIS v1',

0 commit comments

Comments
 (0)