Skip to content

MMDetection V2.18.0 Release

Compare
Choose a tag to compare
@ZwwWayne ZwwWayne released this 28 Oct 02:31
· 398 commits to master since this release
db256a1

Highlights

New Features

Bug Fixes

  • Fix init_weight in fcn_mask_head (#6378)
  • Fix type error in imshow_bboxes of RPN (#6386)
  • Fix broken colab link in MMDetection Tutorial (#6382)
  • Make sure the device and dtype of scale_factor are the same as bboxes (#6374)
  • Remove sampling hardcode (#6317)
  • Fix RandomAffine bbox coordinate bug (#6293)
  • Fix initialization bug of final cls/reg layer in convfc head (#6279)
  • Fix img_shape broken in auto_augment (#6259)
  • Fix kwargs parameter missing error in two stage detector (#6256)

Improvements

  • Unify the interface of stuff head and panoptic head (#6308)
  • Polish readme (#6243)
  • Add code-spell pre-commit hook and fix a typo (#6306)
  • Fix typos (#6245, #6190)
  • Fix sampler unit test (#6284)
  • Fix forward_dummy of YOLACT to enable get_flops (#6079)
  • Fix link error in the config documentation (#6252)
  • Adjust the order to beautify the document (#6195)

Refactors

  • Refactor one-stage get_bboxes logic (#5317)
  • Refactor ONNX export of One-Stage models (#6003, #6369)
  • Refactor dense heads and speed-up (#6268)
  • Migrate to use prior_generator in the training of dense heads (#6315)

Contributors

A total of 18 developers contributed to this release.
Thanks @boyden, @onnkeat, @st9007a, @vealocia, @yhcao6, @DapangpangX, @yellowdolphin, @cclauss, @kennymckormick,
@pingguokiller, @collinzrj, @AndreaPi, @AronLin, @BIGWangYuDong, @hhaAndroid, @jshilong, @RangiLyu, @ZwwWayne

New Contributors

Full Changelog: v2.17.0...v2.18.0