2021-10-09 14:10:42 +08:00
## MMOCR Support
2021-11-09 11:43:38 +08:00
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 ](https://openmmlab.com/ ) project.
### MMOCR installation tutorial
2021-12-23 17:35:59 +08:00
Please refer to [install.md ](https://mmocr.readthedocs.io/en/latest/install.html ) for installation.
2021-11-09 11:43:38 +08:00
### List of MMOCR models supported by MMDeploy
2022-05-09 10:18:10 +08:00
| Model | Task | OnnxRuntime | TensorRT | ncnn | PPLNN | OpenVINO | Model config |
2021-12-31 14:36:55 +08:00
| :---- | :--------------- | :---------: | :------: | :---: | :---: | :------: | :----------------------------------------------------------------------------: |
| DBNet | text-detection | Y | Y | Y | Y | Y | [config ](https://github.com/open-mmlab/mmocr/tree/main/configs/textdet/dbnet ) |
| CRNN | text-recognition | Y | Y | Y | Y | N | [config ](https://github.com/open-mmlab/mmocr/tree/main/configs/textrecog/crnn ) |
| SAR | text-recognition | Y | N | N | N | N | [config ](https://github.com/open-mmlab/mmocr/tree/main/configs/textrecog/sar ) |
2021-12-08 10:31:57 +08:00
2021-11-09 11:43:38 +08:00
### Reminder
2021-12-08 10:31:57 +08:00
Note that ncnn, pplnn, and OpenVINO only support the configs of DBNet18 for DBNet.
2021-11-09 11:43:38 +08:00
### FAQs
None