|
1 | 1 | ## Changelog |
2 | 2 |
|
| 3 | +### V0.23.0 (4/1/2022) |
| 4 | + |
| 5 | +**Highlights** |
| 6 | + |
| 7 | +- Support BEiT: BERT Pre-Training of Image Transformers |
| 8 | +- Support K-Net: Towards Unified Image Segmentation |
| 9 | +- Add `avg_non_ignore` of CELoss to support average loss over non-ignored elements |
| 10 | +- Support dataset initialization with file client |
| 11 | + |
| 12 | +**New Features** |
| 13 | + |
| 14 | +- Support BEiT: BERT Pre-Training of Image Transformers ([#1404](https://github.com/open-mmlab/mmsegmentation/pull/1404)) |
| 15 | +- Support K-Net: Towards Unified Image Segmentation ([#1289](https://github.com/open-mmlab/mmsegmentation/pull/1289)) |
| 16 | +- Support dataset initialization with file client ([#1402](https://github.com/open-mmlab/mmsegmentation/pull/1402)) |
| 17 | +- Add class name function for STARE datasets ([#1376](https://github.com/open-mmlab/mmsegmentation/pull/1376)) |
| 18 | +- Support different seeds on different ranks when distributed training ([#1362](https://github.com/open-mmlab/mmsegmentation/pull/1362)) |
| 19 | +- Add `nlc2nchw2nlc` and `nchw2nlc2nchw` to simplify tensor with different dimension operation ([#1249](https://github.com/open-mmlab/mmsegmentation/pull/1249)) |
| 20 | + |
| 21 | +**Improvements** |
| 22 | + |
| 23 | +- Synchronize random seed for distributed sampler ([#1411](https://github.com/open-mmlab/mmsegmentation/pull/1411)) |
| 24 | +- Add script and documentation for multi-machine distributed training ([#1383](https://github.com/open-mmlab/mmsegmentation/pull/1383)) |
| 25 | + |
| 26 | +**Bug Fixes** |
| 27 | + |
| 28 | +- Add `avg_non_ignore` of CELoss to support average loss over non-ignored elements ([#1409](https://github.com/open-mmlab/mmsegmentation/pull/1409)) |
| 29 | +- Fix some wrong URLs of models or logs in `./configs` ([#1336](https://github.com/open-mmlab/mmsegmentation/pull/1433)) |
| 30 | +- Add title and color theme arguments to plot function in `tools/confusion_matrix.py` ([#1401](https://github.com/open-mmlab/mmsegmentation/pull/1401)) |
| 31 | +- Fix outdated link in Colab demo ([#1392](https://github.com/open-mmlab/mmsegmentation/pull/1392)) |
| 32 | +- Fix typos ([#1424](https://github.com/open-mmlab/mmsegmentation/pull/1424), [#1405](https://github.com/open-mmlab/mmsegmentation/pull/1405), [#1371](https://github.com/open-mmlab/mmsegmentation/pull/1371), [#1366](https://github.com/open-mmlab/mmsegmentation/pull/1366), [#1363](https://github.com/open-mmlab/mmsegmentation/pull/1363)) |
| 33 | + |
| 34 | +**Documentation** |
| 35 | + |
| 36 | +- Add FAQ document ([#1420](https://github.com/open-mmlab/mmsegmentation/pull/1420)) |
| 37 | +- Fix the config name style description in official docs([#1414](https://github.com/open-mmlab/mmsegmentation/pull/1414)) |
| 38 | + |
| 39 | +**Contributors** |
| 40 | + |
| 41 | +* @kinglintianxia made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1371 |
| 42 | +* @CCODING04 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1376 |
| 43 | +* @mob5566 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1401 |
| 44 | +* @xiongnemo made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1392 |
| 45 | +* @Xiangxu-0103 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1405 |
| 46 | + |
3 | 47 | ### V0.22.1 (3/9/2022) |
4 | 48 |
|
5 | 49 | **Bug Fixes** |
|
45 | 89 | - Upload completed STDC models. ([#1332](https://github.com/open-mmlab/mmsegmentation/pull/1332)) |
46 | 90 | - Fix `DNLHead` exports onnx inference difference type Cast error. ([#1161](https://github.com/open-mmlab/mmsegmentation/pull/1332)) |
47 | 91 |
|
48 | | - |
49 | 92 | **Contributors** |
50 | 93 |
|
51 | 94 | - @JiaYanhao made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1269 |
|
120 | 163 |
|
121 | 164 | - Change options to cfg-options ([#1129](https://github.com/open-mmlab/mmsegmentation/pull/1129)) |
122 | 165 |
|
123 | | - |
124 | 166 | **Bug Fixes** |
125 | 167 |
|
126 | 168 | - Fix `<!-- [ABSTRACT] -->` in metafile. ([#1127](https://github.com/open-mmlab/mmsegmentation/pull/1127)) |
127 | 169 | - Fix correct `num_classes` of HRNet in `LoveDA` dataset ([#1136](https://github.com/open-mmlab/mmsegmentation/pull/1136)) |
128 | 170 |
|
129 | | - |
130 | | - |
131 | 171 | ### V0.20 (12/10/2021) |
132 | 172 |
|
133 | 173 | **Highlights** |
|
0 commit comments