未验证 提交 9e911d4a 编写于 作者: Z zhangyikun02 提交者: GitHub

fix bug for table_master in tipc when running 'lite_train_lite_infer' mode (#10514)

上级 c82072e8
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册