File tree 8 files changed +10
-8
lines changed
8 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
74
74
75
75
## Changelog
76
76
77
- ** 2.24.0 ** was released in 26 /4/2022:
77
+ ** 2.24.1 ** was released in 30 /4/2022:
78
78
79
79
- Support [ Simple Copy Paste] ( configs/simple_copy_paste )
80
80
- Support automatically scaling LR according to GPU number and samples per GPU
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ MMDetection 是一个基于 PyTorch 的目标检测开源工具箱。它是 [Ope
73
73
74
74
## 更新日志
75
75
76
- 最新的 ** 2.24.0 ** 版本已经在 2022.03.28 发布:
76
+ 最新的 ** 2.24.1 ** 版本已经在 2022.04.30 发布:
77
77
78
78
- 支持算法 [ Simple Copy Paste] ( configs/simple_copy_paste )
79
79
- 支持训练时根据总 batch 数自动缩放学习率
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG CUDNN="7"
4
4
FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel
5
5
6
6
ARG MMCV="1.3.17"
7
- ARG MMDET="2.24.0 "
7
+ ARG MMDET="2.24.1 "
8
8
9
9
ENV PYTHONUNBUFFERED TRUE
10
10
Original file line number Diff line number Diff line change 35
35
<table align="center">
36
36
<thead>
37
37
<tr align='center'>
38
- <td>Before v2.24 .0</td>
39
- <td>Since v2.24.0 </td>
38
+ <td>v2.23 .0</td>
39
+ <td>v2.24.0</td>
40
40
</tr>
41
41
</thead>
42
42
<tbody><tr valign='top'>
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Compatible MMDetection and MMCV versions are shown as below. Please install the
12
12
| MMDetection version | MMCV version |
13
13
| :-------------------:| :-------------------------:|
14
14
| master | mmcv-full>=1.3.17, <1.6.0 |
15
+ | 2.24.1 | mmcv-full>=1.3.17, <1.6.0 |
15
16
| 2.24.0 | mmcv-full>=1.3.17, <1.6.0 |
16
17
| 2.23.0 | mmcv-full>=1.3.17, <1.5.0 |
17
18
| 2.22.0 | mmcv-full>=1.3.17, <1.5.0 |
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ MMDetection 和 MMCV 版本兼容性如下所示,需要安装正确的 MMCV
12
12
| MMDetection 版本 | MMCV 版本 |
13
13
| :--------------:| :-------------------------:|
14
14
| master | mmcv-full>=1.3.17, <1.6.0 |
15
- | 2.24.0 | mmcv-full>=1.3.17, <1.6.0 |
15
+ | 2.24.1 | mmcv-full>=1.3.17, <1.6.0 |
16
+ | 2.24.0 | mmcv-full>=1.3.17, <1.6.0 |
16
17
| 2.23.0 | mmcv-full>=1.3.17, <1.5.0 |
17
18
| 2.22.0 | mmcv-full>=1.3.17, <1.5.0 |
18
19
| 2.21.0 | mmcv-full>=1.3.17, <1.5.0 |
Original file line number Diff line number Diff line change 1
1
# Copyright (c) OpenMMLab. All rights reserved.
2
2
3
- __version__ = '2.24.0 '
3
+ __version__ = '2.24.1 '
4
4
short_version = __version__
5
5
6
6
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ def main():
125
125
'"auto_scale_lr.enable" or '
126
126
'"auto_scale_lr.base_batch_size" in your'
127
127
' configuration file. Please update all the '
128
- 'configuration files to mmdet >= 2.24.0 .' )
128
+ 'configuration files to mmdet >= 2.24.1 .' )
129
129
130
130
# set multi-process settings
131
131
setup_multi_processes (cfg )
You can’t perform that action at this time.
0 commit comments