PaddleOCR/deploy/fastdeploy/kunlunxin
jzhang533 24f06d1a1b
update common pre-commit configs and commit the results of running pre-commit run -a (#12516)
2024-05-29 15:26:09 +08:00
..
cpp update common pre-commit configs and commit the results of running pre-commit run -a (#12516) 2024-05-29 15:26:09 +08:00
python update common pre-commit configs and commit the results of running pre-commit run -a (#12516) 2024-05-29 15:26:09 +08:00
README.md update common pre-commit configs and commit the results of running pre-commit run -a (#12516) 2024-05-29 15:26:09 +08:00

README.md

English | 简体中文

PaddleOCR 在昆仑芯上部署方案-FastDeploy

1. 说明

PaddleOCR支持利用FastDeploy在昆仑芯片上部署模型.

支持如下芯片的部署

  • 昆仑 818-100推理芯片
  • 昆仑 818-300训练芯片

支持如下芯片的设备

  • K100/K200 昆仑 AI 加速卡
  • R200 昆仑芯 AI 加速卡

2. 支持的PaddleOCR推理模型

下表中的推理模型为FastDeploy测试过的模型, 下载链接由PaddleOCR模型库提供, 更多的模型, 详见PP-OCR系列模型列表, 欢迎用户尝试.

PaddleOCR版本 文本框检测 方向分类模型 文字识别 字典文件 说明
ch_PP-OCRv3[推荐] ch_PP-OCRv3_det ch_ppocr_mobile_v2.0_cls ch_PP-OCRv3_rec ppocr_keys_v1.txt OCRv3系列原始超轻量模型支持中英文、多语种文本检测
en_PP-OCRv3[推荐] en_PP-OCRv3_det ch_ppocr_mobile_v2.0_cls en_PP-OCRv3_rec en_dict.txt OCRv3系列原始超轻量模型支持英文与数字识别除检测模型和识别模型的训练数据与中文模型不同以外无其他区别
ch_PP-OCRv2 ch_PP-OCRv2_det ch_ppocr_mobile_v2.0_cls ch_PP-OCRv2_rec ppocr_keys_v1.txt OCRv2系列原始超轻量模型支持中英文、多语种文本检测
ch_PP-OCRv2_mobile ch_ppocr_mobile_v2.0_det ch_ppocr_mobile_v2.0_cls ch_ppocr_mobile_v2.0_rec ppocr_keys_v1.txt OCRv2系列原始超轻量模型支持中英文、多语种文本检测,比PPOCRv2更加轻量
ch_PP-OCRv2_server ch_ppocr_server_v2.0_det ch_ppocr_mobile_v2.0_cls ch_ppocr_server_v2.0_rec ppocr_keys_v1.txt OCRv2服务器系列模型, 支持中英文、多语种文本检测,比超轻量模型更大,但效果更好

3. 详细部署的部署示例