Skip to content

Commit 40c5662

Browse files
authored
Fix the dictionary bug in tablerec inference (#13364)
1 parent 2b93ec5 commit 40c5662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/doc_ch/algorithm_table_slanet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ python3 tools/export_model.py -c configs/table/SLANet_lcnetv2.yml -o Global.pret
7878

7979
```shell
8080
cd ppstructure/
81-
python table/predict_structure.py --table_model_dir=../inference/slanet_lcnetv2_infer/ --table_char_dict_path=../ppocr/utils/dict/table_structure_dict_ch.txt --image_dir=docs/table/table.jpg --output=../output/table_slanet_lcnetv2 --use_gpu=False --benchmark=True --enable_mkldnn=True --table_max_len=512
81+
python table/predict_structure.py --table_model_dir=../inference/slanet_lcnetv2_infer/ --table_char_dict_path=../ppocr/utils/dict/table_structure_dict.txt --image_dir=docs/table/table.jpg --output=../output/table_slanet_lcnetv2 --use_gpu=False --benchmark=True --enable_mkldnn=True --table_max_len=512
8282
# 预测文件夹下所有图像时,可修改image_dir为文件夹,如 --image_dir='docs/table'。
8383
```
8484

0 commit comments

Comments
 (0)