MMOCR Release v0.6.3
Highlights
This release enhances the inference script and fixes a bug that might cause failure on TorchServe.
Besides, a new backbone, oCLIP-ResNet, and a dataset preparation tool, Dataset Preparer, have been released in
MMOCR 1.0.0rc3 (1.x branch). Check out the changelog for more information about the features, and maintenance plan for how we will maintain MMOCR in the future.
New Features & Enhancements
- Convert numpy.float32 type to python built-in float type by @JunYao1020 in #1462
- When '.' char not in output string, output is also considered to be a… by @JunYao1020 in #1457
- Refactor issue template by @Harold-lkk in #1449
- issue template by @Harold-lkk in #1489
- Update maintainers by @gaotongxiao in #1504
- Support MMCV < 1.8.0 by @gaotongxiao in #1508
Bug Fixes
- fix ci by @Harold-lkk in #1491
- [CI] Fix CI by @gaotongxiao in #1463
Docs
- [DOCs] Add MMYOLO in Readme. by @ysh329 in #1475
- [Docs] Update contributing.md by @gaotongxiao in #1490
New Contributors
Full Changelog: v0.6.2...v0.6.3