From 6dff6d97cb8601f0f53df9075809debe4188c885 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Fri, 29 Apr 2022 11:24:40 +0800 Subject: [PATCH] add visual --- doc/doc_ch/algorithm_det_east.md | 2 ++ doc/doc_en/algorithm_det_east_en.md | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/doc_ch/algorithm_det_east.md b/doc/doc_ch/algorithm_det_east.md index 20343db3..b89018e3 100644 --- a/doc/doc_ch/algorithm_det_east.md +++ b/doc/doc_ch/algorithm_det_east.md @@ -62,6 +62,8 @@ python3 tools/infer/predict_det.py --image_dir="./doc/imgs_en/img_10.jpg" --det_ 可视化文本检测结果默认保存到`./inference_results`文件夹里面,结果文件的名称前缀为'det_res'。 +![](../imgs_results/det_res_img_10_east.jpg) + ### 4.2 C++推理 diff --git a/doc/doc_en/algorithm_det_east_en.md b/doc/doc_en/algorithm_det_east_en.md index 4c75de22..3955809a 100644 --- a/doc/doc_en/algorithm_det_east_en.md +++ b/doc/doc_en/algorithm_det_east_en.md @@ -64,6 +64,7 @@ python3 tools/infer/predict_det.py --image_dir="./doc/imgs_en/img_10.jpg" --det_ The visualized text detection results are saved to the `./inference_results` folder by default, and the name of the result file is prefixed with 'det_res'. +![](../imgs_results/det_res_img_10_east.jpg) -- GitLab