Skip to content

Commit 5b0d5b4

Browse files
authored
[Doc]: update changelog (#9245)
* rephrase docs * rephrase docs
1 parent ea32503 commit 5b0d5b4

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Apart from MMDetection, we also released [MMEngine](https://github.com/open-mmla
7777

7878
**v3.0.0rc3** was released in 4/11/2022:
7979

80-
- Support training detection models in Detectron2
81-
- Support CrowdDet
82-
- Refactor Fast R-CNN
80+
- Support [CrowdDet](configs/crowddet/) and EIoULoss
81+
- Support training detection models in Detectron2, see [examples](configs/misc)
82+
- Refactor [Fast R-CNN](configs/fast_rcnn/)
8383

8484
## Installation
8585

README_zh-CN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ MMDetection 是一个基于 PyTorch 的目标检测开源工具箱。它是 [Ope
7676

7777
**v3.0.0rc3** 版本已经在 2022.11.4 发布:
7878

79-
- 支持训练 Detectron2 中的检测模型
80-
- 支持了 CrowdDet。
81-
- 重构了 Fast R-CNN
79+
- 支持了 [CrowdDet](configs/crowddet/) 和 EIoULoss
80+
- 支持训练 Detectron2 中的检测模型并提供了三个[样例](configs/misc)
81+
- 重构了 [Fast R-CNN](configs/fast_rcnn/)
8282

8383
## 安装
8484

docs/en/notes/changelog.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Changelog of v3.x
22

3-
## v3.0.0rc2 (4/11/2022)
3+
## v3.0.0rc3 (4/11/2022)
44

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)
66

77
### Highlights
88

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
1212

13-
#### New Features
13+
### New Features
1414

15-
- Support training detection models in Detectron2 (#8672)
1615
- 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)
1717
- Support [EIoU Loss](https://ieeexplore.ieee.org/document/9429909) (#9086)
1818

19-
#### Bug Fixes
19+
### Bug Fixes
2020

2121
- Fix `XMLDataset` image size error (#9216)
2222
- 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_
2828
- Fix configs of training coco subsets on MMDet 3.x (#9225)
2929
- Fix corner2hbox of HorizontalBoxes for supporting empty bboxes (#9140)
3030

31-
#### Improvements
31+
### Improvements
3232

3333
- Refactor Fast R-CNN (#9132)
3434
- 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_
3838
- Update eval_metric (#9062)
3939
- Add `seg_map_suffix` in `BaseDetDataset` (#9088)
4040

41-
## New Contributors
41+
### New Contributors
4242

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>
4747

48-
#### Contributors
48+
### Contributors
4949

5050
A total of 13 developers contributed to this release.
5151

@@ -57,13 +57,13 @@ Thanks @wanghonglie, @Wwupup, @sanbuphy, @BIGWangYuDong, @liuyanyi, @cxiang26, @
5757

5858
- Support [imagenet pre-training](configs/rtmdet/cspnext_imagenet_pretrain) for RTMDet's backbone
5959

60-
#### New Features
60+
### New Features
6161

6262
- Support [imagenet pre-training](configs/rtmdet/cspnext_imagenet_pretrain) for RTMDet's backbone (#8887)
6363
- Add `CrowdHumanDataset` and Metric (#8430)
6464
- Add `FixShapeResize` to support resize of fixed shape (#8665)
6565

66-
#### Bug Fixes
66+
### Bug Fixes
6767

6868
- Fix `ConcatDataset` Import Error (#8909)
6969
- Fix `CircleCI` and `readthedoc` build failed (#8980, #8963)
@@ -75,7 +75,7 @@ Thanks @wanghonglie, @Wwupup, @sanbuphy, @BIGWangYuDong, @liuyanyi, @cxiang26, @
7575
- Update memory occupation of `RTMDet` in metafile (#9098)
7676
- Fix wrong arguments of `OpenImageMetrics` in the config (#9061)
7777

78-
#### Improvements
78+
### Improvements
7979

8080
- Refactor standard roi head with `box type` (#8658)
8181
- Support mask concatenation in `BitmapMasks` and `PolygonMasks` (#9006)
@@ -87,16 +87,16 @@ Thanks @wanghonglie, @Wwupup, @sanbuphy, @BIGWangYuDong, @liuyanyi, @cxiang26, @
8787
- Support jittering the color of different instances of the same class (#8988)
8888
- Add assertion for missing key in `PackDetInputs` (#8982)
8989

90-
## New Contributors
90+
### New Contributors
9191

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>
9898

99-
#### Contributors
99+
### Contributors
100100

101101
A total of 13 developers contributed to this release.
102102

@@ -108,7 +108,7 @@ Thanks @RangiLyu, @jbwang1997, @wanghonglie, @Chan-Sun, @RangeKing, @chhluo, @Ma
108108

109109
- Release a high-precision, low-latency single-stage object detector [RTMDet](configs/rtmdet).
110110

111-
#### Bug Fixes
111+
### Bug Fixes
112112

113113
- Fix UT to be compatible with PyTorch 1.6 (#8707)
114114
- Fix `NumClassCheckHook` bug when model is wrapped (#8794)
@@ -117,7 +117,7 @@ Thanks @RangiLyu, @jbwang1997, @wanghonglie, @Chan-Sun, @RangeKing, @chhluo, @Ma
117117
- Fix some types and links (#8839, #8820, #8793, #8868)
118118
- Fix incorrect background fill values in `FSAF` and `RepPoints` Head (#8813)
119119

120-
#### Improvements
120+
### Improvements
121121

122122
- Refactored anchor head and base head with `box type` (#8625)
123123
- Refactored `SemiBaseDetector` and `SoftTeacher` (#8786)
@@ -127,7 +127,7 @@ Thanks @RangiLyu, @jbwang1997, @wanghonglie, @Chan-Sun, @RangeKing, @chhluo, @Ma
127127
- Check empty predictions in `DetLocalVisualizer._draw_instances` (#8830)
128128
- Fix `floordiv` warning in `SOLO` (#8738)
129129

130-
#### Contributors
130+
### Contributors
131131

132132
A total of 16 developers contributed to this release.
133133

0 commit comments

Comments
 (0)