|
1 | 1 | # Changelog of v3.x |
2 | 2 |
|
| 3 | +## v3.0.0rc2 (4/11/2022) |
| 4 | + |
| 5 | +Upgrade the minimum version of mmengine to 0.3.0 due to the addition of `ignore_key` in VOC `ConcatDataset` (#9058) |
| 6 | + |
| 7 | +### Highlights |
| 8 | + |
| 9 | +- Support training detection models in Detectron2 (#8672) |
| 10 | +- Support [CrowdDet](https://arxiv.org/abs/2003.09163) (#8744) |
| 11 | +- Refactor Fast R-CNN (#9132) |
| 12 | + |
| 13 | +#### New Features |
| 14 | + |
| 15 | +- Support training detection models in Detectron2 (#8672) |
| 16 | +- Support [CrowdDet](https://arxiv.org/abs/2003.09163) (#8744) |
| 17 | +- Support [EIoU Loss](https://ieeexplore.ieee.org/document/9429909) (#9086) |
| 18 | + |
| 19 | +#### Bug Fixes |
| 20 | + |
| 21 | +- Fix `XMLDataset` image size error (#9216) |
| 22 | +- Fix bugs of empty_instances when predicting without nms in roi_head (#9015) |
| 23 | +- Fix the config file of DETR (#9158) |
| 24 | +- Fix SOLOv2 cannot dealing with empty gt image (#9192) |
| 25 | +- Fix inference demo (#9153) |
| 26 | +- Add `ignore_key` in VOC `ConcatDataset` (#9058) |
| 27 | +- Fix dumping results issue in test scripts. (#9241) |
| 28 | +- Fix configs of training coco subsets on MMDet 3.x (#9225) |
| 29 | +- Fix corner2hbox of HorizontalBoxes for supporting empty bboxes (#9140) |
| 30 | + |
| 31 | +#### Improvements |
| 32 | + |
| 33 | +- Refactor Fast R-CNN (#9132) |
| 34 | +- Clean requirements of mmcv-full due to SyncBN (#9207) |
| 35 | +- Support training detection models in detectron2 (#8672) |
| 36 | +- Add `box_type` support for `DynamicSoftLabelAssigner` (#9179) |
| 37 | +- Make scipy as a default dependency in runtime (#9187) |
| 38 | +- Update eval_metric (#9062) |
| 39 | +- Add `seg_map_suffix` in `BaseDetDataset` (#9088) |
| 40 | + |
| 41 | +## New Contributors |
| 42 | + |
| 43 | +- @Wwupup made their first contribution in https://github.com/open-mmlab/mmdetection/pull/9086 |
| 44 | +- @sanbuphy made their first contribution in https://github.com/open-mmlab/mmdetection/pull/9153 |
| 45 | +- @cxiang26 made their first contribution in https://github.com/open-mmlab/mmdetection/pull/9158 |
| 46 | +- @JosonChan1998 made their first contribution in https://github.com/open-mmlab/mmdetection/pull/9225 |
| 47 | + |
| 48 | +#### Contributors |
| 49 | + |
| 50 | +A total of 13 developers contributed to this release. |
| 51 | + |
| 52 | +Thanks @wanghonglie, @Wwupup, @sanbuphy, @BIGWangYuDong, @liuyanyi, @cxiang26, @jbwang1997, @ZwwWayne, @yuyoujiang, @RangiLyu, @hhaAndroid, @JosonChan1998, @Czm369 |
| 53 | + |
3 | 54 | ## v3.0.0rc2 (21/10/2022) |
4 | 55 |
|
5 | 56 | ### Highlights |
|
0 commit comments