File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
48
48
49
49
## Changelog
50
50
51
- v0.13 .0 was released in 05/05 /2021.
51
+ v0.14 .0 was released in 06/02 /2021.
52
52
Please refer to [ changelog.md] ( docs/changelog.md ) for details and release history.
53
53
54
54
## Benchmark and model zoo
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### V0.14 (06/02/2021)
4
+
5
+ ** Highlights**
6
+
7
+ - Support ONNX to TensorRT
8
+ - Support MIM
9
+
10
+ ** Bug Fixes**
11
+
12
+ - Fix ONNX to TensorRT verify ([ #547 ] ( https://github.com/open-mmlab/mmsegmentation/pull/547 ) )
13
+ - Fix save best for EvalHook ([ #575 ] ( https://github.com/open-mmlab/mmsegmentation/pull/575 ) )
14
+
15
+ ** New Features**
16
+
17
+ - Support loading DeiT weights ([ #538 ] ( https://github.com/open-mmlab/mmsegmentation/pull/538 ) )
18
+ - Support ONNX to TensorRT ([ #542 ] ( https://github.com/open-mmlab/mmsegmentation/pull/542 ) )
19
+ - Support output results for ADE20k ([ #544 ] ( https://github.com/open-mmlab/mmsegmentation/pull/544 ) )
20
+ - Support MIM ([ #549 ] ( https://github.com/open-mmlab/mmsegmentation/pull/549 ) )
21
+
22
+ ** Improvements**
23
+
24
+ - Add option for ViT output shape ([ #530 ] ( https://github.com/open-mmlab/mmsegmentation/pull/530 ) )
25
+ - Infer batch size using len(result) ([ #532 ] ( https://github.com/open-mmlab/mmsegmentation/pull/532 ) )
26
+ - Add compatible table between MMSeg and MMCV ([ #558 ] ( https://github.com/open-mmlab/mmsegmentation/pull/558 ) )
27
+
3
28
### V0.13 (05/05/2021)
4
29
5
30
** 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.13 .0'
3
+ __version__ = '0.14 .0'
4
4
5
5
6
6
def parse_version_info (version_str ):
You can’t perform that action at this time.
0 commit comments