Skip to content

Commit

Permalink
fix bug for table_master in tipc when running 'lite_train_lite_infer'…
Browse files Browse the repository at this point in the history
… mode
  • Loading branch information
zhangyk0314 committed Jul 31, 2023
1 parent fec014e commit f71e4ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_tipc/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ if [ ${MODE} = "lite_train_lite_infer" ];then
if [ ${model_name} == "table_master" ];then
wget -nc -P ./pretrain_models/ https://paddleocr.bj.bcebos.com/ppstructure/models/tablemaster/table_structure_tablemaster_train.tar --no-check-certificate
cd ./pretrain_models/ && tar xf table_structure_tablemaster_train.tar && cd ../
wget -nc -P ./train_data/ https://paddleocr.bj.bcebos.com/dataset/StructureLabel_val_500.tar --no-check-certificate
cd ./train_data/ && tar xf StructureLabel_val_500.tar && cd ../
fi
rm -rf ./train_data/icdar2015
rm -rf ./train_data/ic15_data
Expand Down

0 comments on commit f71e4ae

Please sign in to comment.