From d2e1eb5e9c32fb0afd781b1383620c30236a24bc Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Wed, 19 Aug 2020 13:47:31 +0800 Subject: [PATCH] Update inference_en.md --- doc/doc_en/inference_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/inference_en.md b/doc/doc_en/inference_en.md index 749aed31..83ec2a90 100644 --- a/doc/doc_en/inference_en.md +++ b/doc/doc_en/inference_en.md @@ -202,7 +202,7 @@ python3 tools/infer/predict_det.py --det_algorithm="SAST" --image_dir="./doc/img 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'. Examples of results are as follows: -![](../imgs_results/det_res_img_10_east.jpg) +![](../imgs_results/det_res_img623_sast.jpg) **Note**: SAST post-processing locality aware NMS has two versions: Python and C++. The speed of C++ version is obviously faster than that of Python version. Due to the compilation version problem of NMS of C++ version, C++ version NMS will be called only in Python 3.5 environment, and python version NMS will be called in other cases. -- GitLab