v0.25.0
版本发布时间: 2022-06-02 22:50:20
open-mmlab/mmsegmentation最新发布版本:v1.2.2(2023-12-14 13:04:26)
What's Changed
Highlights
- Support PyTorch backend on MLU (1515)
Bug Fixes
- Fix the error of BCE loss when batch size is 1 (1629)
- Fix bug of
resize
function when align_corners is True (1592) - Fix Dockerfile to run demo script in docker container (1568)
- Correct inference_demo.ipynb path (1576)
- Fix the
build_segmentor
in colab demo (1551) - Fix md2yml script (1633, 1555)
- Fix main line link in MAE README.md (1556)
- Fix fastfcn
crop_size
in README.md by (1597) - Pip upgrade when testing windows platform (1610)
Improvements
Documentation
- Rewrite the installation guidance (1630)
- Format readme (1635)
- Replace markdownlint with mdformat to avoid ruby installation (1591)
- Add explanation and usage instructions for data configuration (1548)
- Configure Myst-parser to parse anchor tag (1589)
- Update QR code and link for QQ group (1598, 1574)
Contributors
- @atinfinity made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1568
- @DoubleChuang made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1576
- @alpha-baymax made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1515
- @274869388 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1629
Full Changelog: https://github.com/open-mmlab/mmsegmentation/compare/v0.24.1...v0.25.0