|
1 | 1 | # Changelog of v1.x
|
2 | 2 |
|
| 3 | +## v1.0.0rc3 (03/11/2022) |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +1. We release several pretrained models using [oCLIP-ResNet](https://github.com/open-mmlab/mmocr/blob/1.x/configs/backbone/oclip/README.md) as the backbone, which is a ResNet variant trained with [oCLIP](https://www.ecva.net/papers/eccv_2022/papers_ECCV/papers/136880282.pdf) and can significantly boost the performance of text detection models. |
| 8 | + |
| 9 | +2. Preparing datasets is troublesome and tedious, especially in OCR domain where multiple datasets are usually required. In order to free our users from laborious work, we designed a [Dataset Preparer](https://mmocr.readthedocs.io/en/dev-1.x/user_guides/data_prepare/dataset_preparer.html) to help you get a bunch of datasets ready for use, with only **one line of command**! Dataset Preparer is also crafted to consist of a series of reusable modules, each responsible for handling one of the standardized phases throughout the preparation process, shortening the development cycle on supporting new datasets. |
| 10 | + |
| 11 | +### New Features & Enhancements |
| 12 | + |
| 13 | +- Add Dataset Preparer by @xinke-wang in https://github.com/open-mmlab/mmocr/pull/1484 |
| 14 | + |
| 15 | +* support modified resnet structure used in oCLIP by @HannibalAPE in https://github.com/open-mmlab/mmocr/pull/1458 |
| 16 | +* Add oCLIP configs by @gaotongxiao in https://github.com/open-mmlab/mmocr/pull/1509 |
| 17 | + |
| 18 | +### Docs |
| 19 | + |
| 20 | +- Update install.md by @rogachevai in https://github.com/open-mmlab/mmocr/pull/1494 |
| 21 | +- Refine some docs by @gaotongxiao in https://github.com/open-mmlab/mmocr/pull/1455 |
| 22 | +- Update some dataset preparer related docs by @xinke-wang in https://github.com/open-mmlab/mmocr/pull/1502 |
| 23 | +- oclip readme by @Harold-lkk in https://github.com/open-mmlab/mmocr/pull/1505 |
| 24 | + |
| 25 | +### Bug Fixes |
| 26 | + |
| 27 | +- Fix offline_eval error caused by new data flow by @gaotongxiao in https://github.com/open-mmlab/mmocr/pull/1500 |
| 28 | + |
| 29 | +### New Contributors |
| 30 | + |
| 31 | +- @rogachevai made their first contribution in https://github.com/open-mmlab/mmocr/pull/1494 |
| 32 | +- @HannibalAPE made their first contribution in https://github.com/open-mmlab/mmocr/pull/1458 |
| 33 | + |
| 34 | +**Full Changelog**: https://github.com/open-mmlab/mmocr/compare/v1.0.0rc2...v1.0.0rc3 |
| 35 | + |
3 | 36 | ## v1.0.0rc2 (14/10/2022)
|
4 | 37 |
|
5 | 38 | This release relaxes the version requirement of `MMEngine` to `>=0.1.0, < 1.0.0`.
|
@@ -51,7 +84,7 @@ We release the weights for all the text recognition models in MMOCR 1.0 architec
|
51 | 84 | - Upgrade pre commit hooks by @Harold-lkk in https://github.com/open-mmlab/mmocr/pull/1429
|
52 | 85 | - Skip invalid augmented polygons in ImgAugWrapper by @gaotongxiao in https://github.com/open-mmlab/mmocr/pull/1434
|
53 | 86 |
|
54 |
| -## New Contributors |
| 87 | +### New Contributors |
55 | 88 |
|
56 | 89 | - @vansin made their first contribution in https://github.com/open-mmlab/mmocr/pull/1414
|
57 | 90 |
|
|
0 commit comments