Skip to content

MMRotate V0.1.1 Release

Compare
Choose a tag to compare
@ZwwWayne ZwwWayne released this 14 Mar 05:41
· 93 commits to main since this release
c5bf348

New Features

Bug Fixes

  • Fix URL error of Swin pretrained model (#111)
  • Fix bug for SASM during training (#105)
  • Fix rbbox_overlaps abnormal when the box is too small (#61)
  • Fix bug for visualization (#12, #81)
  • Fix stuck when compute mAP (#14, #52)
  • Fix 'RoIAlignRotated' object has no attribute 'out_size' bug (#51)
  • Add missing init_cfg in dense head (#37)
  • Fix install an additional mmcv (#17)
  • Fix typos in docs (#3, #11, #36)

Improvements

  • Move eval_rbbox_map from mmrotate.datasets to mmrotate.core.evaluation (#73)
  • Add Windows CI (#31)
  • Add copyright commit hook (#30)
  • Add Chinese translation of docs/zh_cn/get_started.md (#16)
  • Add Chinese translation of docs/zh_cn/tutorials/customize_runtime.md (#22)
  • Add Chinese translation of docs/zh_cn/tutorials/customize_config.md (#23)
  • Add Chinese translation of docs/zh_cn/tutorials/customize_models.md (#27)
  • Add Chinese translation of docs/zh_cn/model_zoo.md (#28)
  • Add Chinese translation of docs/zh_cn/faq.md (#33)

Contributors

A total of 13 developers contributed to this release.
Thanks @zytx121 @yangxue0827 @jbwang1997 @liuyanyi @DangChuong-DC @RangeKing @liufeinuaa @np-csu @akmalulkhairin @SheffieldCao @BrotherHappy @Abyssaledge @q3394101

New Contributors

Full Changelog: v0.1.0...v0.1.1