MMCV Release V2.0.0rc2
Pre-release
Pre-release
π We are glad to announce that we are providing the mmcv pre-built packages for macOS (x86_64 architecture).
pip install -U openmim
mim install 'mmcv>=2.0.0rc2'
Features
- Add
TTA
transform (#2146) - Add two CUDA ops, box_iou_quadri and nms_quadri (#2277)
- Add two MLU ops, RoIPointPool3d and Deformable RoIPool (#2247, #2137)
- Register a new activation layer
SiLU
to ACTIVATION_LAYERS (#2256, #2278)
Bug fixes
- Fix the calculation error of out_w in MaskedConv2dFunction (#2264)
- Fix MPS ops for torch1.12+ (#2302)
- Add
swap_labe_pairs
inRandomFlip
(#2332)
Documentations
- Fix some mistakes in data_process.md (#2283)
- Refactor the API structures of documentation (#2254)
- Add a reminder in docs for macOS M1 users (#2268)
- Translate data_transform.md to English (#2325)
- Refine README and installation documentation (#2340)
- Make installation commands compatible with Windows cmd (#2353)
Others
- Update configs of CircleCI and GitHub Action (#2255)
- Build macOS wheels in Github Action (#2350)
- Upgrade the versions of pre-commit hooks (#2328)
- Remove onnx-related files (#2295)
New Contributors
- @yxzhao2022 made their first contribution in #2283
- @xin-li-67 made their first contribution in #2268
- @LYMDLUT made their first contribution in #2353
Contributors
@yxzhao2022 @LYMDLUT @grimoire @xin-li-67 @zytx121 @MeowZheng @HAOCHENYE @zhouzaida @ZShaopeng @defei-coder @okotaku
Full Changelog: v2.0.0rc1...v2.0.0rc2