1
1
# Changelog of v3.x
2
2
3
- ## v3.0.0rc2 (4/11/2022)
3
+ ## v3.0.0rc3 (4/11/2022)
4
4
5
- Upgrade the minimum version of mmengine to 0.3.0 due to the addition of ` ignore_key ` in VOC ` ConcatDataset ` (#9058 )
5
+ Upgrade the minimum version requirement of MMEngine to 0.3.0 to use ` ignore_key ` of ` ConcatDataset ` for training VOC datasets (#9058 )
6
6
7
7
### Highlights
8
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 )
9
+ - Support [ CrowdDet ] ( https://arxiv.org/abs/2003.09163 ) and [ EIoU Loss ] ( https://ieeexplore.ieee.org/document/9429909 )
10
+ - Support training detection models in Detectron2
11
+ - Refactor Fast R-CNN
12
12
13
- #### New Features
13
+ ### New Features
14
14
15
- - Support training detection models in Detectron2 (#8672 )
16
15
- Support [ CrowdDet] ( https://arxiv.org/abs/2003.09163 ) (#8744 )
16
+ - Support training detection models in Detectron2 with examples of Mask R-CNN, Faster R-CNN, and RetinaNet (#8672 )
17
17
- Support [ EIoU Loss] ( https://ieeexplore.ieee.org/document/9429909 ) (#9086 )
18
18
19
- #### Bug Fixes
19
+ ### Bug Fixes
20
20
21
21
- Fix ` XMLDataset ` image size error (#9216 )
22
22
- Fix bugs of empty_instances when predicting without nms in roi_head (#9015 )
@@ -28,7 +28,7 @@ Upgrade the minimum version of mmengine to 0.3.0 due to the addition of `ignore_
28
28
- Fix configs of training coco subsets on MMDet 3.x (#9225 )
29
29
- Fix corner2hbox of HorizontalBoxes for supporting empty bboxes (#9140 )
30
30
31
- #### Improvements
31
+ ### Improvements
32
32
33
33
- Refactor Fast R-CNN (#9132 )
34
34
- Clean requirements of mmcv-full due to SyncBN (#9207 )
@@ -38,14 +38,14 @@ Upgrade the minimum version of mmengine to 0.3.0 due to the addition of `ignore_
38
38
- Update eval_metric (#9062 )
39
39
- Add ` seg_map_suffix ` in ` BaseDetDataset ` (#9088 )
40
40
41
- ## New Contributors
41
+ ### New Contributors
42
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
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
47
48
- #### Contributors
48
+ ### Contributors
49
49
50
50
A total of 13 developers contributed to this release.
51
51
@@ -57,13 +57,13 @@ Thanks @wanghonglie, @Wwupup, @sanbuphy, @BIGWangYuDong, @liuyanyi, @cxiang26, @
57
57
58
58
- Support [ imagenet pre-training] ( configs/rtmdet/cspnext_imagenet_pretrain ) for RTMDet's backbone
59
59
60
- #### New Features
60
+ ### New Features
61
61
62
62
- Support [ imagenet pre-training] ( configs/rtmdet/cspnext_imagenet_pretrain ) for RTMDet's backbone (#8887 )
63
63
- Add ` CrowdHumanDataset ` and Metric (#8430 )
64
64
- Add ` FixShapeResize ` to support resize of fixed shape (#8665 )
65
65
66
- #### Bug Fixes
66
+ ### Bug Fixes
67
67
68
68
- Fix ` ConcatDataset ` Import Error (#8909 )
69
69
- Fix ` CircleCI ` and ` readthedoc ` build failed (#8980 , #8963 )
@@ -75,7 +75,7 @@ Thanks @wanghonglie, @Wwupup, @sanbuphy, @BIGWangYuDong, @liuyanyi, @cxiang26, @
75
75
- Update memory occupation of ` RTMDet ` in metafile (#9098 )
76
76
- Fix wrong arguments of ` OpenImageMetrics ` in the config (#9061 )
77
77
78
- #### Improvements
78
+ ### Improvements
79
79
80
80
- Refactor standard roi head with ` box type ` (#8658 )
81
81
- Support mask concatenation in ` BitmapMasks ` and ` PolygonMasks ` (#9006 )
@@ -87,16 +87,16 @@ Thanks @wanghonglie, @Wwupup, @sanbuphy, @BIGWangYuDong, @liuyanyi, @cxiang26, @
87
87
- Support jittering the color of different instances of the same class (#8988 )
88
88
- Add assertion for missing key in ` PackDetInputs ` (#8982 )
89
89
90
- ## New Contributors
90
+ ### New Contributors
91
91
92
- - @Chan-Sun made their first contribution in https://github.com/open-mmlab/mmdetection/pull/8909
93
- - @MambaWong made their first contribution in https://github.com/open-mmlab/mmdetection/pull/8913
94
- - @yuyoujiang made their first contribution in https://github.com/open-mmlab/mmdetection/pull/8437
95
- - @sltlls made their first contribution in https://github.com/open-mmlab/mmdetection/pull/8944
96
- - @Nioolek made their first contribution in https://github.com/open-mmlab/mmdetection/pull/8845
97
- - @wufan-tb made their first contribution in https://github.com/open-mmlab/mmdetection/pull/9061
92
+ - @Chan-Sun made their first contribution in < https://github.com/open-mmlab/mmdetection/pull/8909 >
93
+ - @MambaWong made their first contribution in < https://github.com/open-mmlab/mmdetection/pull/8913 >
94
+ - @yuyoujiang made their first contribution in < https://github.com/open-mmlab/mmdetection/pull/8437 >
95
+ - @sltlls made their first contribution in < https://github.com/open-mmlab/mmdetection/pull/8944 >
96
+ - @Nioolek made their first contribution in < https://github.com/open-mmlab/mmdetection/pull/8845 >
97
+ - @wufan-tb made their first contribution in < https://github.com/open-mmlab/mmdetection/pull/9061 >
98
98
99
- #### Contributors
99
+ ### Contributors
100
100
101
101
A total of 13 developers contributed to this release.
102
102
@@ -108,7 +108,7 @@ Thanks @RangiLyu, @jbwang1997, @wanghonglie, @Chan-Sun, @RangeKing, @chhluo, @Ma
108
108
109
109
- Release a high-precision, low-latency single-stage object detector [ RTMDet] ( configs/rtmdet ) .
110
110
111
- #### Bug Fixes
111
+ ### Bug Fixes
112
112
113
113
- Fix UT to be compatible with PyTorch 1.6 (#8707 )
114
114
- Fix ` NumClassCheckHook ` bug when model is wrapped (#8794 )
@@ -117,7 +117,7 @@ Thanks @RangiLyu, @jbwang1997, @wanghonglie, @Chan-Sun, @RangeKing, @chhluo, @Ma
117
117
- Fix some types and links (#8839 , #8820 , #8793 , #8868 )
118
118
- Fix incorrect background fill values in ` FSAF ` and ` RepPoints ` Head (#8813 )
119
119
120
- #### Improvements
120
+ ### Improvements
121
121
122
122
- Refactored anchor head and base head with ` box type ` (#8625 )
123
123
- Refactored ` SemiBaseDetector ` and ` SoftTeacher ` (#8786 )
@@ -127,7 +127,7 @@ Thanks @RangiLyu, @jbwang1997, @wanghonglie, @Chan-Sun, @RangeKing, @chhluo, @Ma
127
127
- Check empty predictions in ` DetLocalVisualizer._draw_instances ` (#8830 )
128
128
- Fix ` floordiv ` warning in ` SOLO ` (#8738 )
129
129
130
- #### Contributors
130
+ ### Contributors
131
131
132
132
A total of 16 developers contributed to this release.
133
133
0 commit comments