New Features
- Add custom operators support for onnxruntime. (612)
- Support mpi launcher. (726)
Improvements
- Add 'iof' mode and 'aligned' mode for ``box_iou_rotated``. (726, 753)
- Refactor ``mmcv-full`` installation to fit ``pip>=20.3`` and follow PEP440. (748)
- Add model links (MobileNet-V3, ResNet18-V1c). (755, 757)
- Allow to replace nested tuple and list via options in ``Config``. (731)
- Support mmcv bricks in flops compuation. (715)
Bug Fixes
- Fix ``mmcls`` related models and links. (741, 745)
- Fix grad_output uncontiguous. (737)
- Avoid recursion error when using customized norm layer without ``_abbr_``. (732)
- Minor bug fixes, docs, unit tests related to nms. (728, 733)
- Fix checkpoint key error. (722)
- Fix comments of ``init_weights`` in ``ConvModule`` (730)