|
1 | 1 | # Changelog of v3.x |
2 | 2 |
|
| 3 | +## v3.0.0rc4 (23/11/2022) |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Support [CondInst](https://arxiv.org/abs/2003.05664) |
| 8 | +- Add `projects/` folder, which will be a place for some experimental models/features. |
| 9 | +- Support [SparseInst](https://arxiv.org/abs/2203.12827) in [`projects`](./projects/SparseInst/README.md) |
| 10 | + |
| 11 | +### New Features |
| 12 | + |
| 13 | +- Support [CondInst](https://arxiv.org/abs/2003.05664) (#9223) |
| 14 | +- Add `projects/` folder, which will be a place for some experimental models/features (#9341) |
| 15 | +- Support [SparseInst](https://arxiv.org/abs/2203.12827) in [`projects`](./projects/SparseInst/README.md) (#9377) |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +- Fix `pixel_decoder_type` discrimination in MaskFormer Head. (#9176) |
| 20 | +- Fix wrong padding value in cached MixUp (#9259) |
| 21 | +- Rename `utils/typing.py` to `utils/typing_utils.py` to fix `collect_env` error (#9265) |
| 22 | +- Fix resume arg conflict (#9287) |
| 23 | +- Fix the configs of Faster R-CNN with caffe backbone (#9319) |
| 24 | +- Fix torchserve and update related documentation (#9343) |
| 25 | +- Fix bbox refine bug with sigmooid activation (#9538) |
| 26 | + |
| 27 | +### Improvements |
| 28 | + |
| 29 | +- Update the docs of GIoU Loss in README (#8810) |
| 30 | +- Handle dataset wrapper in `inference_detector` (#9144) |
| 31 | +- Update the type of `counts` in COCO’s compressed RLE (#9274) |
| 32 | +- Support saving config file in `print_config` (#9276) |
| 33 | +- Update docs about video inference (#9305) |
| 34 | +- Update guide about model deployment (#9344) |
| 35 | +- Fix doc typos of useful tools (#9177) |
| 36 | +- Allow to resume from specific checkpoint in CLI (#9284) |
| 37 | +- Update FAQ about windows installation issues of pycocotools (#9292) |
| 38 | + |
| 39 | +### New Contributors |
| 40 | + |
| 41 | +- @Daa98 made their first contribution in <https://github.com/open-mmlab/mmdetection/pull/9274> |
| 42 | +- @lvhan028 made their first contribution in <https://github.com/open-mmlab/mmdetection/pull/9344> |
| 43 | + |
| 44 | +### Contributors |
| 45 | + |
| 46 | +A total of 12 developers contributed to this release. |
| 47 | + |
| 48 | +Thanks @sanbuphy, @Czm369, @Daa98, @jbwang1997, @BIGWangYuDong, @JosonChan1998, @lvhan028, @RunningLeon, @RangiLyu, @Daa98, @ZwwWayne, @hhaAndroid |
| 49 | + |
3 | 50 | ## v3.0.0rc3 (4/11/2022) |
4 | 51 |
|
5 | 52 | Upgrade the minimum version requirement of MMEngine to 0.3.0 to use `ignore_key` of `ConcatDataset` for training VOC datasets (#9058) |
|
0 commit comments