diff --git a/configs/table/SLANet.yml b/configs/table/SLANet.yml index 384c95852e815f9780328f63cbbd52fa0ef3deb4..a896614556e36f77bd784218b6c2f29914219dbe 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 a3fc1c68ddd2287e6bbaa6c53c5e20961950d23f..3b1e5c6bd9dd4cd2a084d557a1285983a56bdf2a 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