|
1 | 1 | ## Changelog
|
2 | 2 |
|
| 3 | +### v2.10.0 (01/03/2021) |
| 4 | + |
| 5 | +#### Highlights |
| 6 | + |
| 7 | +- Support new methods: [FPG](https://arxiv.org/abs/2004.03580) |
| 8 | +- Support ONNX2TensorRT for SSD, FSAF, FCOS, YOLOv3, and Faster R-CNN. |
| 9 | + |
| 10 | +#### New Features |
| 11 | + |
| 12 | +- Support ONNX2TensorRT for SSD, FSAF, FCOS, YOLOv3, and Faster R-CNN (#4569) |
| 13 | +- Support [Feature Pyramid Grids (FPG)](https://arxiv.org/abs/2004.03580) (#4645) |
| 14 | +- Support video demo (#4420) |
| 15 | +- Add seed option for sampler (#4665) |
| 16 | +- Support to customize type of runner (#4570, #4669) |
| 17 | +- Support synchronizing BN buffer in `EvalHook` (#4582) |
| 18 | +- Add script for GIF demo (#4573) |
| 19 | + |
| 20 | +#### Bug Fixes |
| 21 | + |
| 22 | +- Fix ConfigDict AttributeError and add Colab link (#4643) |
| 23 | +- Avoid crash in empty gt training of GFL head (#4631) |
| 24 | +- Fix `iou_thrs` bug in RPN evaluation (#4581) |
| 25 | +- Fix syntax error of config when upgrading model version (#4584) |
| 26 | + |
| 27 | +#### Improvements |
| 28 | + |
| 29 | +- Refactor unit test file structures (#4600) |
| 30 | +- Refactor nms config (#4636) |
| 31 | +- Get loading pipeline by checking the class directly rather than through config strings (#4619) |
| 32 | +- Add doctests for mask target generation and mask structures (#4614) |
| 33 | +- Use deep copy when copying pipeline arguments (#4621) |
| 34 | +- Update documentations (#4642, #4650, #4620, #4630) |
| 35 | +- Remove redundant code calling `import_modules_from_strings` (#4601) |
| 36 | +- Clean deprecated FP16 API (#4571) |
| 37 | +- Check whether `CLASSES` is correctly initialized in the intialization of `XMLDataset` (#4555) |
| 38 | +- Support batch inference in the inference API (#4462, #4526) |
| 39 | +- Clean deprecated warning and fix 'meta' error (#4695) |
| 40 | + |
3 | 41 | ### v2.9.0 (01/02/2021)
|
4 | 42 |
|
5 | 43 | #### Highlights
|
|
0 commit comments