Skip to content

MMDetection3D v1.1.0 Release

Compare
Choose a tag to compare
@JingweiZhang12 JingweiZhang12 released this 19 Apr 05:57
· 91 commits to main since this release
4ff1361

We are excited to announce the release of MMDetection3D 1.1.0 as a part of the OpenMMLab 2.0 project! Compared with version 1.0.0, MMDetection3D 1.1.0 introduces an updated framework structure for the core package and a new section called Projects. Specifically, we have significantly refactored the core package's code to make it clearer, more comprehensible, and disentangled. The new Projects section serves as an essential addition to MMDetection3D and supports flexible code contribution without strict code requirements, enabling faster integration of state-of-the-art models and features. To help users migrate from version 1.0.0 to 1.1.0 as smoothly as possible, we have prepared a migration guide. Any questions about migration are welcome to be posted on issue

Highlights

New Features

Improvements

  • Support lazy_init for CBGSDataset (#2271)
  • Support generating annotation files for test set on Waymo (#2180)
  • Enhance the support for SemanticKitti (#2253, #2323)
  • File I/O migration and reconstruction (#2319)
  • Support format_only option for Lyft, NuScenes and Waymo datasets (#2333, #2151)
  • Replace np.transpose with torch.permute to speed up (#2277)
  • Allow setting local-rank for pytorch 2.0 (#2387)

Bug Fixes

  • Fix the problem of reversal of length and width when drawing heatmap in CenterFormer (#2362)
  • Deprecate old type alias due to the new version of numpy (#2339)
  • Lose trimesh version requirements to fix numpy random state (#2340)
  • Fix the device mismatch error in CenterPoint (#2308)
  • Fix the bug of visualization when there are no boxes (#2231)
  • Fix bug of counting ignore index in IOU in segmentation evaluation (#2229)

Contributors

A total of 19 developers contributed to this release.
@xizaoqu, @ZLTJohn, @SekiroRong, @yechenzhi, @shufanwu, @chriscarving, @vansin, @triple-Mu, @404Vector, @filaPro, @sunjiahao1999, @Ginray, @Xiangxu-0103, @JingweiZhang12, @DezeZhao, @ZCMax, @roger-lcc, @Tai-Wang, @ZwwWayne

New contributors

Full Changelog: v1.1.0rc3...v1.1.0