File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
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.5.1 was released in 11/08 /2020.
49+ v0.7.0 was released in 07/10 /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.7 (07/10/2020)
4+
5+ ** Highlights**
6+
7+ - Support Pascal Context dataset and customizing class dataset.
8+
9+ ** Bug Fixes**
10+
11+ - Fixed CPU inference ([ #153 ] ( https://github.com/open-mmlab/mmsegmentation/pull/153 ) )
12+
13+ ** New Features**
14+
15+ - Add DeepLab OS16 models ([ #154 ] ( https://github.com/open-mmlab/mmsegmentation/pull/154 ) )
16+ - Support Pascal Context dataset ([ #133 ] ( https://github.com/open-mmlab/mmsegmentation/pull/133 ) )
17+ - Support customizing dataset classes ([ #71 ] ( https://github.com/open-mmlab/mmsegmentation/pull/71 ) )
18+ - Support customizing dataset palette ([ #157 ] ( https://github.com/open-mmlab/mmsegmentation/pull/157 ) )
19+
20+ ** Improvements**
21+
22+ - Support 4D tensor output in ONNX ([ #150 ] ( https://github.com/open-mmlab/mmsegmentation/pull/150 ) )
23+ - Remove redundancies in ONNX export ([ #160 ] ( https://github.com/open-mmlab/mmsegmentation/pull/160 ) )
24+ - Migrate to MMCV DepthwiseSeparableConv ([ #158 ] ( https://github.com/open-mmlab/mmsegmentation/pull/158 ) )
25+ - Migrate to MMCV collect_env ([ #137 ] ( https://github.com/open-mmlab/mmsegmentation/pull/137 ) )
26+ - Use img_prefix and seg_prefix for loading ([ #153 ] ( https://github.com/open-mmlab/mmsegmentation/pull/153 ) )
27+
328### V0.6 (10/09/2020)
429
530** Highlights**
You can’t perform that action at this time.
0 commit comments