Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#7912 from WenmuZhou/tipc_2
Browse files Browse the repository at this point in the history
[TIPC] fix slane ptq bug
  • Loading branch information
WenmuZhou committed Oct 13, 2022
2 parents 07684ac + 9db1221 commit f7cdabc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_tipc/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ elif [ ${MODE} = "whole_infer" ];then
wget -nc -P ./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/rec_inference.tar --no-check-certificate
cd ./inference && tar xf rec_inference.tar && tar xf ch_det_data_50.tar && cd ../
wget -nc -P ./train_data/ https://paddleocr.bj.bcebos.com/ppstructure/dataset/XFUND.tar --no-check-certificate
cd ./train_data/ && tar xf XFUND.tar && cd ../
wget -nc -P ./train_data/ https://paddleocr.bj.bcebos.com/dataset/pubtabnet.tar --no-check-certificate
cd ./train_data/ && tar xf XFUND.tar && tar xf pubtabnet.tar && cd ../
head -n 2 train_data/XFUND/zh_val/val.json > train_data/XFUND/zh_val/val_lite.json
mv train_data/XFUND/zh_val/val_lite.json train_data/XFUND/zh_val/val.json
if [ ${model_name} = "ch_ppocr_mobile_v2_0_det" ]; then
Expand Down

0 comments on commit f7cdabc

Please sign in to comment.