|
1 | 1 | # Changelog of v1.x |
2 | 2 |
|
| 3 | +## v1.1.2(09/20/2023) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- Add semantic label to the segmentation visualization results ([#3229](https://github.com/open-mmlab/mmsegmentation/pull/3229)) |
| 8 | +- Support NYU depth estimation dataset ([#3269](https://github.com/open-mmlab/mmsegmentation/pull/3269)) |
| 9 | +- Support Kullback-Leibler divergence Loss ([#3242](https://github.com/open-mmlab/mmsegmentation/pull/3242)) |
| 10 | +- Support depth metrics ([#3297](https://github.com/open-mmlab/mmsegmentation/pull/3297)) |
| 11 | +- Support Remote sensing inferencer ([#3131](https://github.com/open-mmlab/mmsegmentation/pull/3131)) |
| 12 | +- Support VPD Depth Estimator ((#3321)(https://github.com/open-mmlab/mmsegmentation/pull/3321)) |
| 13 | +- Support inference and visualization of VPD ([#3331](https://github.com/open-mmlab/mmsegmentation/pull/3331)) |
| 14 | +- Support using the pytorch-grad-cam tool to visualize Class Activation Maps (CAM) ([#3324](https://github.com/open-mmlab/mmsegmentation/pull/3324)) |
| 15 | + |
| 16 | +### New projects |
| 17 | + |
| 18 | +- Support PP-Mobileseg ([#3239](https://github.com/open-mmlab/mmsegmentation/pull/3239)) |
| 19 | +- Support CAT-Seg (CVPR'2023) ([#3098](https://github.com/open-mmlab/mmsegmentation/pull/3098)) |
| 20 | +- Support Adabins ([#3257](https://github.com/open-mmlab/mmsegmentation/pull/3257)) |
| 21 | +- Add pp_mobileseg onnx inference script ([#3268](https://github.com/open-mmlab/mmsegmentation/pull/3268)) |
| 22 | + |
| 23 | +### Bug Fixes |
| 24 | + |
| 25 | +- Fix module PascalContextDataset ([#3235](https://github.com/open-mmlab/mmsegmentation/pull/3235)) |
| 26 | +- Fix one hot encoding for dice loss ([#3237](https://github.com/open-mmlab/mmsegmentation/pull/3237)) |
| 27 | +- Fix confusion_matrix.py ([#3291](https://github.com/open-mmlab/mmsegmentation/pull/3291)) |
| 28 | +- Fix inferencer visualization ([#3333](https://github.com/open-mmlab/mmsegmentation/pull/3333)) |
| 29 | + |
| 30 | +### Documentation |
| 31 | + |
| 32 | +- Translate doc for docs/zh_cn/user_guides/5_deployment.md ([#3281](https://github.com/open-mmlab/mmsegmentation/pull/3281)) |
| 33 | + |
| 34 | +## New Contributors |
| 35 | + |
| 36 | +- @angiecao made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3235 |
| 37 | +- @yeedrag made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3237 |
| 38 | +- @Yang-Changhui made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3239 |
| 39 | +- @ooooo-create made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3261 |
| 40 | +- @Ben-Louis made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3269 |
| 41 | +- @crazysteeaam made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3284 |
| 42 | +- @zen0no made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3242 |
| 43 | +- @XiandongWang made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3291 |
| 44 | +- @ZhaoQiiii made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3332 |
| 45 | +- @zhen6618 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/3324 |
| 46 | + |
3 | 47 | ## v1.1.1(07/24/2023) |
4 | 48 |
|
5 | 49 | ### Features |
|
0 commit comments