Skip to content

Commit 063da62

Browse files
committed
update
1 parent d06c325 commit 063da62

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

configs/strong_baselines/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ The modifications follow those in [Detectron2](https://github.com/facebookresear
1414

1515
## Notice
1616

17-
Since the new Mask R-CNN baseline needs to rely on MMSyncBN in MMCV, so the minimum dependency on MMCV version is 1.3.14.
17+
When using large-scale jittering, there are sometimes empty proposals in the box and mask heads during training.
18+
This requires MMSyncBN that allows empty tensors. Therefore, please use mmcv-full>=1.3.14 to train models supported in this directory.

docs/changelog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Support [PVT](https://arxiv.org/abs/2102.12122) and [PVTv2](https://arxiv.org/abs/2106.13797)
88
- Support [SOLO](https://arxiv.org/abs/1912.04488)
99
- Support large scale jittering and New Mask R-CNN baselines
10-
- Speedup `YOLOv3` inference
10+
- Speed up `YOLOv3` inference
1111

1212
#### New Features
1313

@@ -16,10 +16,10 @@
1616
- Support large scale jittering and New Mask R-CNN baselines (#6132)
1717
- Add a general data structrue for the results of models (#5508)
1818
- Added a base class for one-stage instance segmentation (#5904)
19-
- Speedup `YOLOv3` inference (#5991)
19+
- Speed up `YOLOv3` inference (#5991)
2020
- Release Swin Transformer pre-trained models (#6100)
2121
- Support mixed precision training in `YOLOX` (#5983)
22-
- Support VAL workflow in `YOLACT` (#5986)
22+
- Support `val` workflow in `YOLACT` (#5986)
2323
- Add script to test `torchserve` (#5936)
2424
- Support `onnxsim` with dynamic input shape (#6117)
2525

@@ -37,7 +37,7 @@
3737

3838
#### Improvements
3939

40-
- Add filter rules of `Mosaic` transform (#5897)
40+
- Add filter rules in `Mosaic` transform (#5897)
4141
- Add size divisor in get flops to avoid some potential bugs (#6076)
4242
- Add Chinese translation of `docs_zh-CN/tutorials/customize_dataset.md` (#5915)
4343
- Add Chinese translation of `conventions.md` (#5825)
@@ -53,7 +53,7 @@
5353
- Replace the default theme of documentation with PyTorch Sphinx Theme (#6146)
5454
- Update the paper and code fields in the metafile (#6043)
5555
- Support to customize padding value of segmentation map (#6152)
56-
- Support to resizing multiple segmentation maps (#5747)
56+
- Support to resize multiple segmentation maps (#5747)
5757

5858
#### Contributors
5959
A total of 24 developers contributed to this release.

0 commit comments

Comments
 (0)