|
1 | 1 | # Changelog of v3.x |
2 | 2 |
|
| 3 | +## v3.0.0rc6 (24/2/2023) |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Support [Boxinst](../../../configs/boxinst), [Objects365 Dataset](../../../configs/objects365), and [Separated and Occluded COCO metric](../user_guides/useful_tools.md#COCO-Separated-&-Occluded-Mask-Metric) |
| 8 | +- Support [ConvNeXt-V2](../../../projects/ConvNeXt-V2), [DiffusionDet](../../../projects/DiffusionDet), and inference of [EfficientDet](../../../projects/EfficientDet) and [Detic](../../../projects/Detic) in `Projects` |
| 9 | +- Refactor [DETR](../../../configs/detr) series and support [Conditional-DETR](../../../configs/conditional_detr), [DAB-DETR](../../../configs/dab_detr), and [DINO](../../../configs/detr) |
| 10 | +- Support `DetInferencer` for inference, Test Time Augmentation, and automatically importing modules from registry |
| 11 | +- Support RTMDet-Ins ONNXRuntime and TensorRT [deployment](../../../configs/rtmdet/README.md#deployment-tutorial) |
| 12 | +- Support [calculating FLOPs of detectors](../user_guides/useful_tools.md#Model-Complexity) |
| 13 | + |
| 14 | +### New Features |
| 15 | + |
| 16 | +- Support [Boxinst](https://arxiv.org/abs/2012.02310) (#9525) |
| 17 | +- Support [Objects365 Dataset](https://openaccess.thecvf.com/content_ICCV_2019/papers/Shao_Objects365_A_Large-Scale_High-Quality_Dataset_for_Object_Detection_ICCV_2019_paper.pdf) (#9600) |
| 18 | +- Support [ConvNeXt-V2](http://arxiv.org/abs/2301.00808) in `Projects` (#9619) |
| 19 | +- Support [DiffusionDet](https://arxiv.org/abs/2211.09788) in `Projects` (#9639, #9768) |
| 20 | +- Support [Detic](http://arxiv.org/abs/2201.02605) inference in `Projects` (#9645) |
| 21 | +- Support [EfficientDet](https://arxiv.org/abs/1911.09070) inference in `Projects` (#9645) |
| 22 | +- Support [Separated and Occluded COCO metric](https://arxiv.org/abs/2210.10046) (#9710) |
| 23 | +- Support auto import modules from registry (#9143) |
| 24 | +- Refactor DETR series and support Conditional-DETR, DAB-DETR and DINO (#9646) |
| 25 | +- Support `DetInferencer` for inference (#9561) |
| 26 | +- Support Test Time Augmentation (#9452) |
| 27 | +- Support calculating FLOPs of detectors (#9777) |
| 28 | + |
| 29 | +### Bug Fixes |
| 30 | + |
| 31 | +- Fix deprecating old type alias due to new version of numpy (#9625, #9537) |
| 32 | +- Fix VOC metrics (#9784) |
| 33 | +- Fix the wrong link of RTMDet-x log (#9549) |
| 34 | +- Fix RTMDet link in README (#9575) |
| 35 | +- Fix MMDet get flops error (#9589) |
| 36 | +- Fix `use_depthwise` in RTMDet (#9624) |
| 37 | +- Fix `albumentations` augmentation post process with masks (#9551) |
| 38 | +- Fix DETR series Unit Test (#9647) |
| 39 | +- Fix `LoadPanopticAnnotations` bug (#9703) |
| 40 | +- Fix `isort` CI (#9680) |
| 41 | +- Fix amp pooling overflow (#9670) |
| 42 | +- Fix docstring about noise in DINO (#9747) |
| 43 | +- Fix potential bug in `MultiImageMixDataset` (#9764) |
| 44 | + |
| 45 | +### Improvements |
| 46 | + |
| 47 | +- Replace NumPy transpose with PyTorch permute to speed-up (#9762) |
| 48 | +- Deprecate `sklearn` (#9725) |
| 49 | +- Add RTMDet-Ins deployment guide (#9823) |
| 50 | +- Update RTMDet config and README (#9603) |
| 51 | +- Replace the models used in the tutorial document with RTMDet (#9843) |
| 52 | +- Adjust the minimum supported python version to 3.7 (#9602) |
| 53 | +- Support modifying palette through configuration (#9445) |
| 54 | +- Update README document in `Project` (#9599) |
| 55 | +- Replace `github` with `gitee` in `.pre-commit-config-zh-cn.yaml` file (#9586) |
| 56 | +- Use official `isort` in `.pre-commit-config.yaml` file (#9701) |
| 57 | +- Change MMCV minimum version to `2.0.0rc4` for `dev-3.x` (#9695) |
| 58 | +- Add Chinese version of single_stage_as_rpn.md and test_results_submission.md (#9434) |
| 59 | +- Add OpenDataLab download link (#9605, #9738) |
| 60 | +- Add type hints of several layers (#9346) |
| 61 | +- Add typehint for `DarknetBottleneck` (#9591) |
| 62 | +- Add dockerfile (#9659) |
| 63 | +- Add twitter, discord, medium, and youtube link (#9775) |
| 64 | +- Prepare for merging refactor-detr (#9656) |
| 65 | +- Add metafile to ConditionalDETR, DABDETR and DINO (#9715) |
| 66 | +- Support to modify `non_blocking` parameters (#9723) |
| 67 | +- Comment repeater visualizer register (#9740) |
| 68 | +- Update user guide: `finetune.md` and `inference.md` (#9578) |
| 69 | + |
| 70 | +### New Contributors |
| 71 | + |
| 72 | +- @NoFish-528 made their first contribution in <https://github.com/open-mmlab/mmdetection/pull/9346> |
| 73 | +- @137208 made their first contribution in <https://github.com/open-mmlab/mmdetection/pull/9434> |
| 74 | +- @lyviva made their first contribution in <https://github.com/open-mmlab/mmdetection/pull/9625> |
| 75 | +- @zwhus made their first contribution in <https://github.com/open-mmlab/mmdetection/pull/9589> |
| 76 | +- @zylo117 made their first contribution in <https://github.com/open-mmlab/mmdetection/pull/9670> |
| 77 | +- @chg0901 made their first contribution in <https://github.com/open-mmlab/mmdetection/pull/9740> |
| 78 | +- @DanShouzhu made their first contribution in https://github.com/open-mmlab/mmdetection/pull/9578 |
| 79 | + |
| 80 | +### Contributors |
| 81 | + |
| 82 | +A total of 27 developers contributed to this release. |
| 83 | + |
| 84 | +Thanks @JosonChan1998, @RangeKing, @NoFish-528, @likyoo, @Xiangxu-0103, @137208, @PeterH0323, @tianleiSHI, @wufan-tb, @lyviva, @zwhus, @jshilong, @Li-Qingyun, @sanbuphy, @zylo117, @triple-Mu, @KeiChiTse, @LYMDLUT, @nijkah, @chg0901, @DanShouzhu, @zytx121, @vansin, @BIGWangYuDong, @hhaAndroid, @RangiLyu, @ZwwWayne |
| 85 | + |
3 | 86 | ## v3.0.0rc5 (26/12/2022) |
4 | 87 |
|
5 | 88 | ### Highlights |
|
25 | 108 | - Fix demo API in instance segmentation tutorial (#9226) |
26 | 109 | - Fix `analyze_results` (#9380) |
27 | 110 | - Fix the error that Readthedocs API cannot be displayed (#9510) |
| 111 | +- Fix the error when there are no prediction results and support visualize the groundtruth of TTA (#9840) |
28 | 112 |
|
29 | 113 | ### Improvements |
30 | 114 |
|
|
0 commit comments