Skip to content

MMCV Releases v1.7.1

Compare
Choose a tag to compare
@ice-tong ice-tong released this 03 Jan 02:38
7a13f99

Features

  • Support RoiawarePool3d, MultiScaleDeformableAttn, ModulatedDeformConv2d and NMS with cambricon MLU backend (#2359, #2396, #2411, #2401)
  • Add Ascend npu adapter for FusedBiasLeakyRelu, DeformableRoIPool and NMS (#2474, #2481, #2387)
  • Support receptive field search of CNN models (#2056)

Bug fixes

  • Create Tensor with new_* method to support AMP (#2389)
  • Fix DCN TensorRT plugin (#2408)
  • Fix the bug when the input mask is not '0-1-tensor' in masked_conv (#2423)
  • Fix UT caused by the new version of packaging (#2482)
  • Change the block size to 1024 during compilation (#2460)
  • Fix skip_layer for RF-Next (#2489)

Documentations

  • Update supported pytorch versions (#2382)
  • Add code style guide (#2406)
  • Add currently-npu-supported-ops in ops.md (#2420)
  • Refine contributing.md (#1941)
  • Fix typos in contributing docs (#2462, #2485)
  • Update qq group link (#2453)
  • Replace NPU with Ascend in installation documentatio (#2469)

Others

  • Add torch1.13 checking in CI (#2405)
  • Update the URL of pyupgrade pre-commit hook (#2448)

Contributors

A total of 24 developers contributed to this release.
@ZhangLearning @grimoire @zhouzaida @cathyzhang222 @DerryHub @ckirchhoff2021 @wangjiangben-hw @zcc-zjut @momo609 @ZShaopeng @Wickyzheng @HAOCHENYE @gasvn @lzyhha @zytx121 @BayMaxBHL @sunyc11 @mengpenghui @RangeKing @vansin @Taited @jayggh @xiabo123 @CokeDong

New Contributors

Full Changelog: v1.7.0...v1.7.1