Skip to content

MMDetection V2.28.0 Release

Compare
Choose a tag to compare
@ZwwWayne ZwwWayne released this 28 Jan 12:58
· 13 commits to master since this release
b955832

Highlights

  • Support Objects365 Dataset and Separated and Occluded COCO metric
  • Support acceleration of RetinaNet and SSD on Ascend
  • Deprecate the support of Python 3.6

New Features and Improvements

Deprecations

  • Upgrade the minimum Python version to 3.7, the support of Python 3.6 is no longer guaranteed (#9604)

Bug Fixes

  • Fix validation loss logging by (#9663)
  • Fix inconsistent float precision between mmdet and mmcv (#9570)
  • Fix argument name for fp32 in DeformableDETRHead (#9607)
  • Fix typo of all config file path in Metafile.yml (#9627)

Contributors

A total of 11 developers contributed to this release.
Thanks @eantono, @akstt, @@lpizzinidev, @RangiLyu, @kbumsik, @tianleiSHI, @nijkah, @BIGWangYuDong, @wangjiangben-hw, @@jamiechoi1995, @ZwwWayne

New Contributors

Full Changelog: v2.27.0...v2.28.0