Skip to content

MMCV Release V1.4.3

Compare
Choose a tag to compare
@teamwong111 teamwong111 released this 13 Jan 06:36
ccdc61c

😀 We are glad to announce that we are providing the mmcv pre-built packages on Windows starting from v1.4.0.

# pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/{cu_version}/{torch_version}/index.html
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.10.0/index.html

Features

  • Add three rotated detection ops, which are ConvexIoU, ActiveRotatedFilter and MinAreaPolygon (#1610, #1598, #1611)
  • Add artifact logging to wandb hook (#1616)

Improvements

  • Deprecate the support for "python setup.py test" (#1637)
  • Add clockwise argument to ops box_iou_rotated and nms_rotated (#1592)
  • Replace DIVUP with GET_BLOCKS (#1586)
  • Refactor requirements (#1536)

Bug fixes

  • Fix the compilation error on windows (#1657, #1643)
  • Fix iou3d bug in parrots (#1656)

Documentations

  • Add the link of mmdeploy (#1638)

Notes

Since PyTorch 1.10.0 has been released and we have provided the mmcv-full pre-compiled packages for it, we no longer provide them compiled with PyTorch 1.3 & 1.4 since v1.3.17. You can find previous versions compiled with PyTorch 1.3 & 1.4 here. The compatibility is still ensured in our CI, but we will discard the support of PyTorch 1.3 & 1.4 next year.

Contributors

A total of 12 developers contributed to this release.

@zytx121 @fcakyon @zhanggefan @LudoBar @zhouzaida @ZwwWayne @grimoire @luopeichao @MeowZheng @AllentDan @Johnson-Wang @teamwong111