Skip to content

MMDetection V2.11.0 Release

Compare
Choose a tag to compare
@ZwwWayne ZwwWayne released this 02 Apr 07:41
· 707 commits to master since this release
2894516

Highlights

New Features

  • Support localization distillation for object detection (#4758)
  • Support Pytorch2ONNX with batch inference and dynamic shape for Faster-RCNN and mainstream one-stage detectors (#4796)

Improvements

  • Support batch inference in head of RetinaNet (#4699)
  • Add batch dimension in second stage of Faster-RCNN (#4785)
  • Support batch inference in bbox coder (#4721)
  • Add check for ann_ids in COCODataset to ensure it is unique (#4789)
  • support for showing the RPN results (#4716)
  • support dynamic shape for grid_anchor (#4684)
  • Support automatic statistical evaluation results and export them to EXCEL (#4693)
  • Move pycocotools version check to when it is used (#4880)

Bug Fixes

  • Fix a bug of TridentNet when doing the batch inference (#4717)
  • Fix a bug of Pytorch2ONNX in FASF (#4735)
  • Fix a bug when show the image with float type (#4732)

New Contributors

Full Changelog: v2.10.0...v2.11.0