Skip to content

MMDetection V2.19.0 Release

Compare
Choose a tag to compare
@ZwwWayne ZwwWayne released this 30 Nov 14:15
· 360 commits to master since this release

Highlights

New Features

Bug Fixes

  • Fix repeatedly output warning message (#6584)
  • Avoid infinite GPU waiting in dist training (#6501)
  • Fix SSD512 config error (#6574)
  • Fix MMDetection model to ONNX command (#6558)

Improvements

  • Refactor configs of FP16 models (#6592)
  • Align accuracy to the updated official YOLOX (#6443)
  • Speed up training and reduce memory cost when using PhotoMetricDistortion. (#6442)
  • Make OHEM work with seesaw loss (#6514)

Documents

  • Update README.md (#6567)

Contributors

A total of 11 developers contributed to this release.
Thanks @FloydHsiu, @RangiLyu, @ZwwWayne, @AndreaPi, @st9007a, @hachreak, @BIGWangYuDong, @hhaAndroid, @AronLin, @chhluo, @vealocia, @HarborYuan, @st9007a, @jshilong

New Contributors