Skip to content

MMOCR Release v1.0.0rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@gaotongxiao gaotongxiao released this 07 Mar 12:27
· 51 commits to dev-1.x since this release
bfb36d8

Highlights

  1. Two new models, ABCNet v2 (inference only) and SPTS are added to projects/ folder.
  2. Announcing Inferencer, a unified inference interface in OpenMMLab for everyone's easy access and quick inference with all the pre-trained weights. Docs
  3. Users can use test-time augmentation for text recognition tasks. Docs
  4. Support batch augmentation through BatchAugSampler, which is a technique used in SPTS.
  5. Dataset Preparer has been refactored to allow more flexible configurations. Besides, users are now able to prepare text recognition datasets in LMDB formats. Docs
  6. Some textspotting datasets have been revised to enhance the correctness and consistency with the common practice.
  7. Potential spurious warnings from shapely have been eliminated.

Dependency

This version requires MMEngine >= 0.6.0, MMCV >= 2.0.0rc4 and MMDet >= 3.0.0rc5.

New Features & Enhancements

Docs

Bug Fixes

New Contributors

Full Changelog: v1.0.0rc5...v1.0.0rc6