File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
49
49
50
50
## Changelog
51
51
52
- v0.20.0 was released in 12/10 /2021.
52
+ v0.20.1 was released in 12/14 /2021.
53
53
Please refer to [ changelog.md] ( docs/changelog.md ) for details and release history.
54
54
55
55
## Benchmark and model zoo
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
48
48
49
49
## 更新日志
50
50
51
- 最新的月度版本 v0.20.0 在 2021.12.10 发布。
51
+ 最新的月度版本 v0.20.1 在 2021.12.14 发布。
52
52
如果想了解更多版本更新细节和历史信息,请阅读[ 更新日志] ( docs/changelog.md ) 。
53
53
54
54
## 基准测试和模型库
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### V0.20.1 (12/14/2021)
4
+
5
+ ** Improvements**
6
+
7
+ - Change options to cfg-options ([ #1129 ] ( https://github.com/open-mmlab/mmsegmentation/pull/1129 ) )
8
+
9
+
10
+ ** Bug Fixes**
11
+
12
+ - Fix ` <!-- [ABSTRACT] --> ` in metafile. ([ #1127 ] ( https://github.com/open-mmlab/mmsegmentation/pull/1127 ) )
13
+ - Fix correct ` num_classes ` of HRNet in ` LoveDA ` dataset ([ #1136 ] ( https://github.com/open-mmlab/mmsegmentation/pull/1136 ) )
14
+
15
+
16
+
3
17
### V0.20 (12/10/2021)
4
18
5
19
** Highlights**
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Open-MMLab. All rights reserved.
2
2
3
- __version__ = '0.20.0 '
3
+ __version__ = '0.20.1 '
4
4
5
5
6
6
def parse_version_info (version_str ):
You can’t perform that action at this time.
0 commit comments