Skip to content

MMCV Release V1.3.18

Compare
Choose a tag to compare
@teamwong111 teamwong111 released this 25 Nov 02:50
58e3242

New features

  • Add group_points, iou3d, roiaware_pool3d and voxelize in parrots (#1504)

Improvements

  • Refactor csrc with device dispatcher (#1463)
  • Update MMCls models in model_zoo/mmcls.json (#1513)
  • Improve .gitignore about datasets and logs and checkpoints (#1477)

Bug fixes

  • Fix compiled error on Windows (#1510)
  • Fix the unit test of Deform Conv (#1490)
  • Fix train example (#1502)
  • Fix ops links in LICENSES (#1517)
  • Skip the checking of LOCAL_RANK when loading checkpoint from HTTP or HTTPS (#1396)
  • Add load_url to handle incompatibility of PyTorch versions (#1377)

Docs

  • Add a script to check the installation of mmcv-full (#1474)
  • Add the URL of pre-built packages built with CUDA 11.3 (#1489)
  • Fix grammatical error in Registry docs (#1516)
  • Add the link and introduction of MMFlow in README (#1506)

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 13 developers contributed to this release.

@grimoire @lzhangzz @RunningLeon @zhouzaida @ZwwWayne @teamwong111 @MeowZheng @luopeichao @mzr1996 @vansin @tobiasfshr @innerlee @ly015