File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
4646
4747## Changelog
4848
49- v0.7 .0 was released in 07/10 /2020.
49+ v0.9 .0 was released in 30/11 /2020.
5050Please refer to [ changelog.md] ( docs/changelog.md ) for details and release history.
5151
5252## Benchmark and model zoo
Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### V0.9 (30/11/2020)
4+
5+ ** Highlights**
6+
7+ - Support 4 medical dataset, UNet and CGNet.
8+
9+ ** New Features**
10+
11+ - Support RandomRotate transform ([ #215 ] ( https://github.com/open-mmlab/mmsegmentation/pull/215 ) , [ #260 ] ( https://github.com/open-mmlab/mmsegmentation/pull/260 ) )
12+ - Support RGB2Gray transform ([ #227 ] ( https://github.com/open-mmlab/mmsegmentation/pull/227 ) )
13+ - Support Rerange transform ([ #228 ] ( https://github.com/open-mmlab/mmsegmentation/pull/228 ) )
14+ - Support ignore_index for BCE loss ([ #210 ] ( https://github.com/open-mmlab/mmsegmentation/pull/210 ) )
15+ - Add modelzoo statistics ([ #263 ] ( https://github.com/open-mmlab/mmsegmentation/pull/263 ) )
16+ - Support Dice evaluation metric ([ #225 ] ( https://github.com/open-mmlab/mmsegmentation/pull/225 ) )
17+ - Support Adjust Gamma transform ([ #232 ] ( https://github.com/open-mmlab/mmsegmentation/pull/232 ) )
18+ - Support CLAHE transform ([ #229 ] ( https://github.com/open-mmlab/mmsegmentation/pull/229 ) )
19+
20+ ** Bug Fixes**
21+
22+ - Fixed detail API link ([ #267 ] ( https://github.com/open-mmlab/mmsegmentation/pull/267 ) )
23+
324### V0.8 (03/11/2020)
425
526** Highlights**
Original file line number Diff line number Diff line change 11# Copyright (c) Open-MMLab. All rights reserved.
22
3- __version__ = '0.8 .0'
3+ __version__ = '0.9 .0'
44
55
66def parse_version_info (version_str ):
You can’t perform that action at this time.
0 commit comments