MMCV Release V1.2.1
New Features
- Add
box_iou_rotated
,ml_nms_rotated
andnms_rotated
. (#625) - Add wrappers for
Conv3d
,MaxPool3d
andConvTranspose3d
. (#652) - Add onnx support to
roi_align
androi_pool
. (#593) - Add more transforms: LUT(#646) and CLAHE(#647).
Improvements
- Better support of pytorch2onnx for detection models. (#648)
- Add documentation for registry. (#656)
- Refactor logger. (#659)
- Enhance
hsigmoid
: support more parameters. (#657)
Bug Fixes
- Fix rotated NMS. (#668)