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
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,25 @@ The master branch works with **PyTorch 1.5+**.
75
75
76
76
## What's New
77
77
78
-
v0.27.0 was released in 7/28/2022:
78
+
### 💎 Stable version
79
79
80
-
- Add Swin-L Transformer models
81
-
- Update ERFNet result on Cityscapes
80
+
v0.28.0 was released in 9/08/2022:
81
+
82
+
- Support Tversky Loss
83
+
- Fix binary segmentation
82
84
83
85
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
84
86
87
+
### 🌟 Preview of 1.x version
88
+
89
+
A brand new version of **MMSegmentation v1.0.0rc0** was released in 31/8/2022:
90
+
91
+
- Unifies interfaces of all components based on [MMEngine](https://github.com/open-mmlab/mmengine).
92
+
- Faster training and testing speed with complete support of mixed precision training.
93
+
- Refactored and more flexible [architecture](https://mmsegmentation.readthedocs.io/en/1.x/overview.html).
94
+
95
+
Find more new features in [1.x branch](https://github.com/open-mmlab/mmsegmentation/tree/1.x). Issues and PRs are welcome!
96
+
85
97
## Installation
86
98
87
99
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