OpenMMLab Text Detection, Recognition and Understanding Toolbox
 
 
 
Go to file
Hongbin Sun 50287450ab
Merge pull request #5 from yuexy/feature/crnn_and_robustscanner
[feature]: add CRNN and RobustScanner
2021-04-03 00:55:27 +08:00
configs Merge pull request #5 from yuexy/feature/crnn_and_robustscanner 2021-04-03 00:55:27 +08:00
docs documentation and dbnet related code 2021-04-03 00:41:23 +08:00
mmocr Merge pull request #5 from yuexy/feature/crnn_and_robustscanner 2021-04-03 00:55:27 +08:00
mmocr_gitlab documentation and dbnet related code 2021-04-03 00:41:23 +08:00
resources [feature]: add CRNN and RobustScanner 2021-04-03 00:52:49 +08:00
tests add sar, seg and other components 2021-04-02 23:54:57 +08:00
tools add sar, seg and other components 2021-04-02 23:54:57 +08:00
README.md [feature]: add CRNN and RobustScanner 2021-04-03 00:52:49 +08:00

README.md

Introduction

build docs codecov license

MMOCR is an open-source toolbox based on PyTorch and mmdetection for text detection, text recognition, and the corresponding downstream tasks including key information extraction. It is part of the open-mmlab project developed by Multimedia Laboratory, CUHK.

The master branch works with PyTorch 1.5.

Documentation: https://mmocr.readthedocs.io/en/latest/.

Major Features

  • Comprehensive Pipeline

    The toolbox supports not only text detection and text recognition, but also their downstream tasks such as key inforation extraction.

  • Multiple Models

    The toolbox supports a wide variety of state-of-the-art models for text detection, text recognition and key information extraction.

  • Modular Design

    The modular design of MMOCR enables users to define their own optimizers, data preprocessors, and model components such as backbones, necks and heads as well as losses. Please refer to GETTING_STARTED.md for how to construct a customized model.

  • Numerous Utilities

    The toolbox provides a comprehensive set of utilities which can help users assess the performance of models. It includes visualizers which allow visualization of images, ground truths as well as predicted bounding boxes, and a validation tool for evaluating checkpoints during training. It also includes data converters to demostrate how to convert your own data to the annotation files which the toolbox supports.

License

This project is released under the Apache 2.0 license.

Changelog

v1.0 was released on 31/03/2021.

Benchmark and Model Zoo

Please refer to MODEL_ZOO.md for more details.

Installation

Please refer to INSTALL.md for installation.

Get Started

Please see GETTING_STARTED.md for the basic usage of MMOCR.

Contributing

We appreciate all contributions to improve MMOCR. Please refer to CONTRIBUTING.md for the contributing guidelines.

Acknowledgement

MMOCR is an open-source project that is contributed by researchers and engineers from various colleges and companies. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. We hope the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new OCR methods.

Projects in OpenMMLab

  • MMCV: OpenMMLab foundational library for computer vision.
  • MMClassification: OpenMMLab image classification toolbox and benchmark.
  • MMDetection: OpenMMLab detection toolbox and benchmark.
  • MMDetection3D: OpenMMLab's next-generation platform for general 3D object detection.
  • MMSegmentation: OpenMMLab semantic segmentation toolbox and benchmark.
  • MMAction2: OpenMMLab's next-generation action understanding toolbox and benchmark.
  • MMPose: OpenMMLab's pose estimation toolbox and benchmark.
  • MMTracking: OpenMMLab video perception toolbox and benchmark.
  • MMEditing: OpenMMLab image editing toolbox and benchmark.