github open-mmlab/mmdetection v2.10.0
MMDetection V2.10.0 Release

latest releases: v3.3.0, v3.2.0, v3.1.0...
3 years ago

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

Don't miss a new mmdetection release

NewReleases is sending notifications on new releases.