|
1 | 1 | # Changelog of v1.x |
2 | 2 |
|
| 3 | +## v1.0.0rc6(03/03/2023) |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Support MMSegInferencer ([#2413](https://github.com/open-mmlab/mmsegmentation/pull/2413), [#2658](https://github.com/open-mmlab/mmsegmentation/pull/2658)) |
| 8 | +- Support REFUGE dataset ([#2554](https://github.com/open-mmlab/mmsegmentation/pull/2554)) |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +- Support auto import modules from registry ([#2481](https://github.com/open-mmlab/mmsegmentation/pull/2481)) |
| 13 | +- Replace numpy ascontiguousarray with torch contiguous to speed-up ([#2604](https://github.com/open-mmlab/mmsegmentation/pull/2604)) |
| 14 | +- Add browse_dataset.py tool ([#2649](https://github.com/open-mmlab/mmsegmentation/pull/2649)) |
| 15 | + |
| 16 | +### Bug fix |
| 17 | + |
| 18 | +- Rename and Fix bug of projects HieraSeg ([#2565](https://github.com/open-mmlab/mmsegmentation/pull/2565)) |
| 19 | +- Add out_channels in `CascadeEncoderDecoder` and update OCRNet and MobileNet v2 results ([#2656](https://github.com/open-mmlab/mmsegmentation/pull/2656)) |
| 20 | + |
| 21 | +### Documentation |
| 22 | + |
| 23 | +- Add dataflow documentation of Chinese version ([#2652](https://github.com/open-mmlab/mmsegmentation/pull/2652)) |
| 24 | +- Add custmized runtime documentation of English version ([#2533](https://github.com/open-mmlab/mmsegmentation/pull/2533)) |
| 25 | +- Add documentation for visualizing feature map using wandb backend ([#2557](https://github.com/open-mmlab/mmsegmentation/pull/2557)) |
| 26 | +- Add documentation for benchmark results on NPU (HUAWEI Ascend) ([#2569](https://github.com/open-mmlab/mmsegmentation/pull/2569), [#2596](https://github.com/open-mmlab/mmsegmentation/pull/2596), [#2610](https://github.com/open-mmlab/mmsegmentation/pull/2610)) |
| 27 | +- Fix api name error in the migration doc ([#2601](https://github.com/open-mmlab/mmsegmentation/pull/2601)) |
| 28 | +- Refine projects documentation ([#2586](https://github.com/open-mmlab/mmsegmentation/pull/2586)) |
| 29 | +- Refine MMSegmentation documentation ([#2668](https://github.com/open-mmlab/mmsegmentation/pull/2668), [#2659](https://github.com/open-mmlab/mmsegmentation/pull/2659)) |
| 30 | + |
| 31 | +### New Contributors |
| 32 | + |
| 33 | +- @zccjjj made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2548 |
| 34 | +- @liuruiqiang made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2554 |
| 35 | +- @wangjiangben-hw made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2569 |
| 36 | +- @jinxianwei made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2557 |
| 37 | + |
3 | 38 | ## v1.0.0rc5(02/01/2023) |
4 | 39 |
|
5 | 40 | ### Bug fix |
|
0 commit comments