1.3 KiB
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 |
---|---|---|---|---|---|---|---|
DBNet | text-detection | Y | Y | Y | Y | Y | config |
CRNN | text-recognition | Y | Y | Y | Y | N | config |
SAR | text-recognition | Y | N | N | N | N | config |
Reminder
Note that ncnn, pplnn, and OpenVINO only support the configs of DBNet18 for DBNet.
FAQs
None