From d12dae9dd26861ecc2090188bfd0b93b03a59359 Mon Sep 17 00:00:00 2001 From: Jethong <1147925384@qq.com> Date: Fri, 9 Apr 2021 11:10:30 +0800 Subject: [PATCH] fix pgnet.md --- doc/doc_ch/pgnet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/doc_ch/pgnet.md b/doc/doc_ch/pgnet.md index 8c97d52a..df6d8030 100644 --- a/doc/doc_ch/pgnet.md +++ b/doc/doc_ch/pgnet.md @@ -64,7 +64,8 @@ python3 tools/infer/predict_e2e.py --e2e_algorithm="PGNet" --image_dir="./doc/im python3 tools/infer/predict_e2e.py --e2e_algorithm="PGNet" --image_dir="./doc/imgs_en/img623.jpg" --e2e_model_dir="./inference/e2e/" --e2e_pgnet_polygon=True --use_gpu=False ``` -# 这里要指明可视化结果在哪,不然快速使用就没有意义 +### 可视化结果 +可视化文本检测结果默认保存到./inference_results文件夹里面,结果文件的名称前缀为'e2e_res' -- GitLab