You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,16 @@ v0.27.0 was released in 7/28/2022:
82
82
83
83
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
84
84
85
+
### 🌟 Preview of 1.x version
86
+
87
+
A brand new version of **MMSegmentation v1.0.0rc0** was released in 31/8/2022:
88
+
89
+
- Unifies interfaces of all components based on [MMEngine](https://github.com/open-mmlab/mmengine).
90
+
- Faster training and testing speed with complete support of mixed precision training.
91
+
- Refactored and more flexible [architecture](https://mmsegmentation.readthedocs.io/en/1.x/overview.html).
92
+
93
+
Find more new features in [1.x branch](https://github.com/open-mmlab/mmsegmentation/tree/1.x). Issues and PRs are welcome!
94
+
85
95
## Installation
86
96
87
97
Please refer to [get_started.md](docs/en/get_started.md#installation) for installation and [dataset_prepare.md](docs/en/dataset_prepare.md#prepare-datasets) for dataset preparation.
0 commit comments