VVsssssk 15bdafed1f
[Docs]Add a support model list. (#333)
* add docs about support model

* fix docs

* fix support list

* fix docs

* fix format

* fix how to convert model

* fix en and cn docs about convert model

* fix bash

* fix docs format

* fix readme

* fix benchmark

* fix cn docs link

* rename support models

* rename

* fix docs

* fix cn benchmark

* fix benchmark
2021-12-24 17:20:06 +08:00

1.3 KiB

MMOCR Support

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 a part of the OpenMMLab project.

MMOCR installation tutorial

Please refer to install.md for installation.

List of MMOCR models supported by MMDeploy

model task OnnxRuntime TensorRT NCNN PPLNN OpenVINO model config file(example)
DBNet text-detection Y Y Y Y Y $PATH_TO_MMOCR/configs/textdet/dbnet/dbnet_r18_fpnc_1200e_icdar2015.py
CRNN text-recognition Y Y Y Y N $PATH_TO_MMOCR/configs/textrecog/crnn/crnn_academic_dataset.py
SAR text-recognition Y N N N N $PATH_TO_MMOCR/configs/textrecog/sar/sar_r31_parallel_decoder_academic.py

Reminder

Note that ncnn, pplnn, and OpenVINO only support the configs of DBNet18 for DBNet.

FAQs

None