github open-mmlab/mmdetection v2.22.0
MMDetection V2.22.0 Release

latest releases: v3.3.0, v3.2.0, v3.1.0...
2 years ago

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

  • Support MaskFormer (#7212)
  • Support DyHead (#6823)
  • Support ResNet Strikes Back (#7001)
  • Support OpenImages Dataset (#6331)
  • Support TIMM backbone (#7020)
  • Support visualization for Panoptic Segmentation (#7041)

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

Don't miss a new mmdetection release

NewReleases is sending notifications on new releases.