From b7cc06aa1beac15876666bd278cd34155e3ad33c Mon Sep 17 00:00:00 2001 From: prettyocean85 <49978314+prettyocean85@users.noreply.github.com> Date: Thu, 10 Dec 2020 14:26:58 +0800 Subject: [PATCH] Update config.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add parameter “rec_batch_num ” to tools/configs.txt --- deploy/cpp_infer/tools/config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/cpp_infer/tools/config.txt b/deploy/cpp_infer/tools/config.txt index 7e03b9d1..16ec8e1e 100644 --- a/deploy/cpp_infer/tools/config.txt +++ b/deploy/cpp_infer/tools/config.txt @@ -21,6 +21,7 @@ cls_thresh 0.9 # rec config rec_model_dir ./inference/rec_crnn char_list_file ../../ppocr/utils/ppocr_keys_v1.txt +rec_batch_num 30 # show the detection results visualize 1 -- GitLab