From 93d9d68255355b4893dfbaada7b188668de93911 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Mon, 5 Sep 2022 15:32:21 +0800 Subject: [PATCH] change infer img in slanet config --- configs/table/SLANet.yml | 2 +- configs/table/SLANet_ch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/table/SLANet.yml b/configs/table/SLANet.yml index 384c9585..a8966145 100644 --- a/configs/table/SLANet.yml +++ b/configs/table/SLANet.yml @@ -12,7 +12,7 @@ Global: checkpoints: save_inference_dir: ./output/SLANet/infer use_visualdl: False - infer_img: doc/table/table.jpg + infer_img: ppstructure/docs/table/table.jpg # for data or label process character_dict_path: ppocr/utils/dict/table_structure_dict.txt character_type: en diff --git a/configs/table/SLANet_ch.yml b/configs/table/SLANet_ch.yml index a3fc1c68..3b1e5c6b 100644 --- a/configs/table/SLANet_ch.yml +++ b/configs/table/SLANet_ch.yml @@ -12,7 +12,7 @@ Global: checkpoints: save_inference_dir: ./output/SLANet_ch/infer use_visualdl: False - infer_img: doc/table/table.jpg + infer_img: ppstructure/docs/table/table.jpg # for data or label process character_dict_path: ppocr/utils/dict/table_structure_dict_ch.txt character_type: en -- GitLab