From 30d0cc1fa6624ada8be6374ba3df65b863766e87 Mon Sep 17 00:00:00 2001 From: xiaoting <31891223+tink2123@users.noreply.github.com> Date: Fri, 8 Apr 2022 18:56:00 +0800 Subject: [PATCH] Update README_CN.md --- deploy/pdserving/README_CN.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/pdserving/README_CN.md b/deploy/pdserving/README_CN.md index 31e1b327..c2624cd2 100644 --- a/deploy/pdserving/README_CN.md +++ b/deploy/pdserving/README_CN.md @@ -244,9 +244,10 @@ cp -rf general_detection_op.cpp Serving/core/general-server/op } ``` 启动客户端 - ``` + + ``` python3 ocr_cpp_client.py ppocrv2_det_client ppocrv2_rec_client - ``` + ``` 成功运行后,模型预测的结果会打印在cmd窗口中,结果示例为: ![](./imgs/results.png) -- GitLab