Skip to content

MMCV Release V1.3.6

Compare
Choose a tag to compare
@zhouzaida zhouzaida released this 12 Jun 03:19
6cb534b

New Features

  • Add DvcliveLoggerHook (#1075)
  • Enable exporting to ONNX for PointRend (#953)
  • Support resuming loss scaler for FP16 training (#1013)

Backwards Incompatible Changes

  • In PR #978, MultiScaleDeformableAttention has been moved to mmcv/ops/multi_scale_deform_attn.py. So the import source has been changed from mmcv.cnn.bricks.transformer to mmcv.ops.multi_scale_deform_attn. See the example of migration in open-mmlab/mmdetection#5338.

Improvements

  • Add segmentation keys for greater_keys in EvalHook (#1060)
  • Improve windows support for list_from_file() (#1043)
  • Add runner tutorial (#1082)
  • Refactor the base class related to transformer (#978)
  • Add support for score_threshold and max_num for NMS operation when exporting to ONNX (#957)
  • Support using the name of the base classes in init_cfg (#1057)

Bug Fixes

  • Fix link of checkpoints for mmcls (#1067)
  • Fix the docstring for initializers (#1071)