Skip to content

MMDetection V2.10.0 Release

Compare
Choose a tag to compare
@ZwwWayne ZwwWayne released this 02 Mar 07:35
· 742 commits to master since this release
bec24ea

Highlights

  • Support new methods: FPG
  • Support ONNX2TensorRT for SSD, FSAF, FCOS, YOLOv3, and Faster R-CNN.

New Features

Bug Fixes

  • Fix ConfigDict AttributeError and add Colab link (#4643)
  • Avoid crash in empty gt training of GFL head (#4631)
  • Fix iou_thrs bug in RPN evaluation (#4581)
  • Fix syntax error of config when upgrading model version (#4584)

Improvements

  • Refactor unit test file structures (#4600)
  • Refactor nms config (#4636)
  • Get loading pipeline by checking the class directly rather than through config strings (#4619)
  • Add doctests for mask target generation and mask structures (#4614)
  • Use deep copy when copying pipeline arguments (#4621)
  • Update documentations (#4642, #4650, #4620, #4630)
  • Remove redundant code calling import_modules_from_strings (#4601)
  • Clean deprecated FP16 API (#4571)
  • Check whether CLASSES is correctly initialized in the intialization of XMLDataset (#4555)
  • Support batch inference in the inference API (#4462, #4526)
  • Clean deprecated warning and fix 'meta' error (#4695)

New Contributors

Full Changelog: v2.9.0...v2.10.0