v1.0.0rc1
版本发布时间: 2022-11-02 17:49:07
open-mmlab/mmsegmentation最新发布版本:v1.2.2(2023-12-14 13:04:26)
Changelog
v1.0.0rc1 (2/11/2022)
Highlights
Features
Bug fix
- Fix segmenter-vit-s_fcn config (#2037)
- Fix binary segmentation (#2101)
- Fix MMSegmentation colab demo (#2089)
- Fix ResizeToMultiple transform (#2185)
- Use SyncBN in mobilenet_v2 (#2198)
- Fix typo in installation (#2175)
- Fix typo in visualization.md (#2116)
Enhancement
- Add mim extras_requires in setup.py (#2012)
- Fix CI (#2029)
- Remove ops module (#2063)
- Add pyupgrade pre-commit hook (#2078)
- Add
out_file
inadd_datasample
ofSegLocalVisualizer
to directly save image (#2090) - Upgrade pre commit hooks (#2154)
- Ignore test timm in CI when torch<1.7 (#2158)
- Update requirements (#2186)
- Fix Windows platform CI (#2202)
Documentation
- Add
Overview
documentation (#2042) - Add
Evaluation
documentation (#2077) - Add
Migration
documentation (#2066) - Add
Structures
documentation (#2070) - Add
Structures
ZN documentation (#2129) - Add
Engine
ZN documentation (#2157) - Update
Prepare datasets
andVisualization
doc (#2054) - Update
Models
documentation (#2160) - Update
Add New Modules
documentation (#2067) - Fix the installation commands in get_started.md (#2174)
- Add MMYOLO to README.md (#2220)
New Contributors
- @ice-tong made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2012
- @Li-Qingyun made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2220