|
1 | 1 | ## Changelog
|
2 | 2 |
|
| 3 | +# v2.14.0 (29/6/2021) |
| 4 | + |
| 5 | +## Highlights |
| 6 | + |
| 7 | +- Add `simple_test` to dense heads to improve the consistency of single-stage and two-stage detectors |
| 8 | +- Revert the `test_mixins` to single image test to improve efficiency and readability |
| 9 | +- Add Faster R-CNN and Mask R-CNN config using multi-scale training with 3x schedule |
| 10 | + |
| 11 | +## New Features |
| 12 | + |
| 13 | +- Support pretrained models from MoCo v2 and SwAV (#5286) |
| 14 | +- Add Faster R-CNN and Mask R-CNN config using multi-scale training with 3x schedule (#5179, #5233) |
| 15 | +- Add `reduction_override` in MSELoss (#5437) |
| 16 | +- Stable support of exporting DETR to ONNX with dynamic shapes and batch inference (#5168) |
| 17 | +- Stable support of exporting PointRend to ONNX with dynamic shapes and batch inference (#5440) |
| 18 | + |
| 19 | +## Bug Fixes |
| 20 | + |
| 21 | +- Fix size mismatch bug in `multiclass_nms` (#4980) |
| 22 | +- Fix the import path of `MultiScaleDeformableAttention` (#5338) |
| 23 | +- Fix errors in config of GCNet ResNext101 models (#5360) |
| 24 | +- Fix Grid-RCNN error when there is no bbox result (#5357) |
| 25 | +- Fix errors in `onnx_export` of bbox_head when setting reg_class_agnostic (#5468) |
| 26 | +- Fix type error of AutoAssign in the document (#5478) |
| 27 | +- Fix web links ending with `.md` (#5315) |
| 28 | + |
| 29 | +## Improvements |
| 30 | + |
| 31 | +- Add `simple_test` to dense heads to improve the consistency of single-stage and two-stage detectors (#5264) |
| 32 | +- Add support for mask diagonal flip in TTA (#5403) |
| 33 | +- Revert the `test_mixins` to single image test to improve efficiency and readability (#5249) |
| 34 | +- Make YOLOv3 Neck more flexible (#5218) |
| 35 | +- Refactor SSD to make it more general (#5291) |
| 36 | +- Refactor `anchor_generator` and `point_generator` (#5349) |
| 37 | +- Allow to configure out the `mask_head` of the HTC algorithm (#5389) |
| 38 | +- Delete deprecated warning in FPN (#5311) |
| 39 | +- Move `model.pretrained` to `model.backbone.init_cfg` (#5370) |
| 40 | +- Make deployment tools more friendly to use (#5280) |
| 41 | +- Clarify installation documentation (#5316) |
| 42 | +- Add ImageNet Pretrained Models docs (#5268) |
| 43 | +- Add FAQ about training loss=nan solution and COCO AP or AR =-1 (# 5312, #5313) |
| 44 | +- Change all weight links of http to https (#5328) |
| 45 | + |
3 | 46 | ### v2.13.0 (01/6/2021)
|
4 | 47 |
|
5 | 48 | #### Highlights
|
|
0 commit comments