|
7 | 7 | - Support [PVT](https://arxiv.org/abs/2102.12122) and [PVTv2](https://arxiv.org/abs/2106.13797)
|
8 | 8 | - Support [SOLO](https://arxiv.org/abs/1912.04488)
|
9 | 9 | - Support large scale jittering and New Mask R-CNN baselines
|
10 |
| -- Speedup `YOLOv3` inference |
| 10 | +- Speed up `YOLOv3` inference |
11 | 11 |
|
12 | 12 | #### New Features
|
13 | 13 |
|
|
16 | 16 | - Support large scale jittering and New Mask R-CNN baselines (#6132)
|
17 | 17 | - Add a general data structrue for the results of models (#5508)
|
18 | 18 | - Added a base class for one-stage instance segmentation (#5904)
|
19 |
| -- Speedup `YOLOv3` inference (#5991) |
| 19 | +- Speed up `YOLOv3` inference (#5991) |
20 | 20 | - Release Swin Transformer pre-trained models (#6100)
|
21 | 21 | - Support mixed precision training in `YOLOX` (#5983)
|
22 |
| -- Support VAL workflow in `YOLACT` (#5986) |
| 22 | +- Support `val` workflow in `YOLACT` (#5986) |
23 | 23 | - Add script to test `torchserve` (#5936)
|
24 | 24 | - Support `onnxsim` with dynamic input shape (#6117)
|
25 | 25 |
|
|
37 | 37 |
|
38 | 38 | #### Improvements
|
39 | 39 |
|
40 |
| -- Add filter rules of `Mosaic` transform (#5897) |
| 40 | +- Add filter rules in `Mosaic` transform (#5897) |
41 | 41 | - Add size divisor in get flops to avoid some potential bugs (#6076)
|
42 | 42 | - Add Chinese translation of `docs_zh-CN/tutorials/customize_dataset.md` (#5915)
|
43 | 43 | - Add Chinese translation of `conventions.md` (#5825)
|
|
53 | 53 | - Replace the default theme of documentation with PyTorch Sphinx Theme (#6146)
|
54 | 54 | - Update the paper and code fields in the metafile (#6043)
|
55 | 55 | - 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) |
57 | 57 |
|
58 | 58 | #### Contributors
|
59 | 59 | A total of 24 developers contributed to this release.
|
|
0 commit comments