Skip to content

MMDetection V2.22.0 Release

Compare
Choose a tag to compare
@ZwwWayne ZwwWayne released this 26 Feb 02:28
· 243 commits to master since this release
52a3276

Breaking Changes

In order to support the visualization for Panoptic Segmentation, the num_classes can not be None when using the get_palette function to determine whether to use the panoptic palette.

Highlights

New Features

Bug Fixes

  • Fix bug for the best checkpoints can not be saved when the key_score is None (#7101)
  • Fix MixUp transform filter boxes failing case (#7080)
  • Add missing properties in SABLHead (#7091)
  • Fix bug when NaNs exist in confusion matrix (#7147)
  • Fix PALETTE AttributeError in downstream task (#7230)

Improvements

  • Speed up SimOTA matching (#7098)
  • Add Chinese translation of docs_zh-CN/tutorials/init_cfg.md (#7188)

Contributors

A total of 20 developers contributed to this release.
Thanks @ZwwWayne, @hhaAndroid, @RangiLyu, @AronLin, @BIGWangYuDong, @jbwang1997, @zytx121, @chhluo, @shinya7y, @LuooChen, @dvansa, @siatwangmin, @del-zhenwu, @vikashranjan26, @haofanwang, @jamiechoi1995, @HJoonKwon, @yarkable, @zhijian-liu, @RangeKing

New Contributors

Full Changelog: v2.21.0...v2.22.0