From a23b67c6eb20e6742a41d1c8f95f1e28a035db5c Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Tue, 16 Aug 2022 14:25:50 +0000 Subject: [PATCH] update hubservering model --- deploy/hubserving/readme.md | 4 ++-- deploy/hubserving/readme_en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/hubserving/readme.md b/deploy/hubserving/readme.md index 2264e6ea..8144c2e7 100755 --- a/deploy/hubserving/readme.md +++ b/deploy/hubserving/readme.md @@ -59,8 +59,8 @@ pip3 install paddlehub==2.1.0 --upgrade -i https://mirror.baidu.com/pypi/simple 检测模型:./inference/ch_PP-OCRv3_det_infer/ 识别模型:./inference/ch_PP-OCRv3_rec_infer/ 方向分类器:./inference/ch_ppocr_mobile_v2.0_cls_infer/ -版面分析模型: -表格结构识别模型:./inference/en_ppocr_mobile_v2.0_table_structure_infer/ +版面分析模型:./inference/layout_infer/ +表格结构识别模型:./inference/ch_ppstructure_mobile_v2.0_SLANet_infer/ ``` **模型路径可在`params.py`中查看和修改。** 更多模型可以从PaddleOCR提供的模型库[PP-OCR](../../doc/doc_ch/models_list.md)和[PP-Structure](../../ppstructure/docs/models_list.md)下载,也可以替换成自己训练转换好的模型。 diff --git a/deploy/hubserving/readme_en.md b/deploy/hubserving/readme_en.md index 6463fcb5..06eaaeba 100755 --- a/deploy/hubserving/readme_en.md +++ b/deploy/hubserving/readme_en.md @@ -61,8 +61,8 @@ Before installing the service module, you need to prepare the inference model an text detection model: ./inference/ch_PP-OCRv3_det_infer/ text recognition model: ./inference/ch_PP-OCRv3_rec_infer/ text angle classifier: ./inference/ch_ppocr_mobile_v2.0_cls_infer/ -layout parse model: -tanle recognition: ./inference/en_ppocr_mobile_v2.0_table_structure_infer/ +layout parse model: ./inference/layout_infer/ +tanle recognition: ./inference/ch_ppstructure_mobile_v2.0_SLANet_infer/ ``` **The model path can be found and modified in `params.py`.** More models provided by PaddleOCR can be obtained from the [model library](../../doc/doc_en/models_list_en.md). You can also use models trained by yourself. -- GitLab