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).
46
46
47
47
## Changelog
48
48
49
- v0.7 .0 was released in 07/10 /2020.
49
+ v0.9 .0 was released in 30/11 /2020.
50
50
Please refer to [ changelog.md] ( docs/changelog.md ) for details and release history.
51
51
52
52
## Benchmark and model zoo
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
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
+
3
24
### V0.8 (03/11/2020)
4
25
5
26
** 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.8 .0'
3
+ __version__ = '0.9 .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