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).
4848
4949## Changelog
5050
51- v0.13 .0 was released in 05/05 /2021.
51+ v0.14 .0 was released in 06/02 /2021.
5252Please refer to [ changelog.md] ( docs/changelog.md ) for details and release history.
5353
5454## Benchmark and model zoo
Original file line number Diff line number Diff line change 11## Changelog
22
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+
328### V0.13 (05/05/2021)
429
530** Highlights**
Original file line number Diff line number Diff line change 11# Copyright (c) Open-MMLab. All rights reserved.
22
3- __version__ = '0.13 .0'
3+ __version__ = '0.14 .0'
44
55
66def parse_version_info (version_str ):
You can’t perform that action at this time.
0 commit comments