mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
parent
ec4b4783f1
commit
28f52d9d3d
@ -46,7 +46,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
v0.5.1 was released in 11/08/2020.
|
v0.7.0 was released in 07/10/2020.
|
||||||
Please refer to [changelog.md](docs/changelog.md) for details and release history.
|
Please refer to [changelog.md](docs/changelog.md) for details and release history.
|
||||||
|
|
||||||
## Benchmark and model zoo
|
## Benchmark and model zoo
|
||||||
|
@ -1,5 +1,30 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### V0.7 (07/10/2020)
|
||||||
|
|
||||||
|
**Highlights**
|
||||||
|
|
||||||
|
- Support Pascal Context dataset and customizing class dataset.
|
||||||
|
|
||||||
|
**Bug Fixes**
|
||||||
|
|
||||||
|
- Fixed CPU inference ([#153](https://github.com/open-mmlab/mmsegmentation/pull/153))
|
||||||
|
|
||||||
|
**New Features**
|
||||||
|
|
||||||
|
- Add DeepLab OS16 models ([#154](https://github.com/open-mmlab/mmsegmentation/pull/154))
|
||||||
|
- Support Pascal Context dataset ([#133](https://github.com/open-mmlab/mmsegmentation/pull/133))
|
||||||
|
- Support customizing dataset classes ([#71](https://github.com/open-mmlab/mmsegmentation/pull/71))
|
||||||
|
- Support customizing dataset palette ([#157](https://github.com/open-mmlab/mmsegmentation/pull/157))
|
||||||
|
|
||||||
|
**Improvements**
|
||||||
|
|
||||||
|
- Support 4D tensor output in ONNX ([#150](https://github.com/open-mmlab/mmsegmentation/pull/150))
|
||||||
|
- Remove redundancies in ONNX export ([#160](https://github.com/open-mmlab/mmsegmentation/pull/160))
|
||||||
|
- Migrate to MMCV DepthwiseSeparableConv ([#158](https://github.com/open-mmlab/mmsegmentation/pull/158))
|
||||||
|
- Migrate to MMCV collect_env ([#137](https://github.com/open-mmlab/mmsegmentation/pull/137))
|
||||||
|
- Use img_prefix and seg_prefix for loading ([#153](https://github.com/open-mmlab/mmsegmentation/pull/153))
|
||||||
|
|
||||||
### V0.6 (10/09/2020)
|
### V0.6 (10/09/2020)
|
||||||
|
|
||||||
**Highlights**
|
**Highlights**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user