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

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

Highlights

New Features

Bug Fixes

  • Fix YOLOv3 FP16 training error (#5172)
  • Fix Cascade R-CNN TTA test error when det_bboxes length is 0 (#5221)
  • Fix iou_thr variable naming errors in VOC recall calculation function (#5195)
  • Fix Faster R-CNN performance dropped in ONNX Runtime (#5197)
  • Fix DETR dict changed error when using python 3.8 during iteration (#5226)

Improvements

  • Refactor ONNX export of two-stage detector (#5205)
  • Replace MMDetection's EvalHook with MMCV's EvalHook for consistency (#4806)
  • Update RoI extractor for ONNX (#5194)
  • Use better parameter initialization in YOLOv3 head for higher performance (#5181)
  • Release new DCN models of Mask R-CNN by mixed-precision training (#5201)
  • Update YOLOv3 model weights (#5229)
  • Add DetectoRS ResNet-101 model weights (#4960)
  • Discard boxes with sizes equals to min_bbox_size (#5011)
  • Remove duplicated code in DETR head (#5129)
  • Remove unnecessary object in the class definition (#5180)

New Contributors

Full Changelog: v2.12.0...v2.13.0

Don't miss a new mmdetection release

NewReleases is sending notifications on new releases.