Skip to content

MMDetection V3.0.0rc2 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZwwWayne ZwwWayne released this 21 Oct 10:23
· 178 commits to 3.x since this release
3221ecf

Highlights

New Features

Bug Fixes

  • Fix ConcatDataset Import Error (#8909)
  • Fix CircleCI and readthedoc build failed (#8980, #8963)
  • Fix bitmap mask translate when out_shape is different (#8993)
  • Fix inconsistency in Conv2d weight channels (#8948)
  • Fix bugs when plotting loss curve by analyze_logs.py (#8944)
  • Fix type change of labels in albumentations (#9074)
  • Fix some docs and types error (#8818)
  • Update memory occupation of RTMDet in metafile (#9098)
  • Fix wrong arguments of OpenImageMetrics in the config (#9061)

Improvements

  • Refactor standard roi head with box type (#8658)
  • Support mask concatenation in BitmapMasks and PolygonMasks (#9006)
  • Update PyTorch and dependencies' version in dockerfile (#8845)
  • Update robustness_eval.py and print_config (#8452)
  • Make compatible with ConfigDict and dict in dense_heads (#8942)
  • Support logging coco metric copypaste (#9012)
  • Remove Normalize transform (#8913)
  • Support jittering the color of different instances of the same class (#8988)
  • Add assertion for missing key in PackDetInputs (#8982)

Contributors

A total of 13 developers contributed to this release.

Thanks @RangiLyu, @jbwang1997, @wanghonglie, @Chan-Sun, @RangeKing, @chhluo, @MambaWong, @yuyoujiang, @hhaAndroid, @sltlls, @Nioolek, @ZwwWayne, @wufan-tb

New Contributors

Full Changelog: v3.0.0rc1...v3.0.0rc2