Skip to content

MMCV Release V1.2.1

Compare
Choose a tag to compare
@ycxioooong ycxioooong released this 26 Nov 08:00
· 786 commits to master since this release
91a7fee

New Features

  • Add box_iou_rotated, ml_nms_rotated and nms_rotated. (#625)
  • Add wrappers for Conv3d, MaxPool3d and ConvTranspose3d. (#652)
  • Add onnx support to roi_align and roi_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)