Skip to content

Commit 9f071ca

Browse files
authored
Bump to v0.10 (open-mmlab#325)
* Bump to v0.10 * change version
1 parent 2c92136 commit 9f071ca

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
4646

4747
## Changelog
4848

49-
v0.9.0 was released in 30/11/2020.
49+
v0.10.0 was released in 01/01/2021.
5050
Please refer to [changelog.md](docs/changelog.md) for details and release history.
5151

5252
## Benchmark and model zoo

docs/changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
## Changelog
22

3+
### V0.10 (01/01/2021)
4+
5+
**Highlights**
6+
7+
- Support MobileNetV3, DMNet, APCNet. Add models of ResNet18V1b, ResNet18V1c, ResNet50V1b.
8+
9+
**Bug Fixes**
10+
11+
- Fixed CPU TTA ([#276](https://github.com/open-mmlab/mmsegmentation/pull/276))
12+
- Fixed CI for pip 20.3 ([#307](https://github.com/open-mmlab/mmsegmentation/pull/307))
13+
14+
**New Features**
15+
16+
- Add ResNet18V1b, ResNet18V1c, ResNet50V1b OS16 models ([#316](https://github.com/open-mmlab/mmsegmentation/pull/316))
17+
- Support MobileNetV3 ([#268](https://github.com/open-mmlab/mmsegmentation/pull/268))
18+
- Add 4 retinal vessel segmentation benchmark ([#315](https://github.com/open-mmlab/mmsegmentation/pull/315))
19+
- Support DMNet ([#313](https://github.com/open-mmlab/mmsegmentation/pull/313))
20+
- Support APCNet ([#299](https://github.com/open-mmlab/mmsegmentation/pull/299))
21+
22+
**Improvements**
23+
24+
- Refactor Documentation page ([#311](https://github.com/open-mmlab/mmsegmentation/pull/311))
25+
- Support resize data augmentation according to original image size ([#291](https://github.com/open-mmlab/mmsegmentation/pull/291))
26+
327
### V0.9 (30/11/2020)
428

529
**Highlights**

docs/tutorials/training_tricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tutorial 6: Training Tricks
1+
# Tutorial 5: Training Tricks
22

33
MMSegmentation support following training tricks out of box.
44

mmseg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '0.9.0'
3+
__version__ = '0.10.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)