diff --git a/test_tipc/prepare.sh b/test_tipc/prepare.sh index 32df8e786568395d02d50d7ae238630fae2e5fcc..6387795e8a661626928597a149b18f6065d51944 100644 --- a/test_tipc/prepare.sh +++ b/test_tipc/prepare.sh @@ -59,7 +59,7 @@ if [ ${MODE} = "lite_train_lite_infer" ];then wget -nc -P ./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/table/en_ppocr_mobile_v2.0_table_rec_infer.tar --no-check-certificate cd ./inference/ && tar xf en_ppocr_mobile_v2.0_table_det_infer.tar && tar xf en_ppocr_mobile_v2.0_table_rec_infer.tar && cd ../ fi - if [[ ${model_name} =~ "det_r50_db++" ]];then + if [[ ${model_name} =~ "det_r50_db_plusplus" ]];then wget -nc -P ./pretrain_models/ https://paddleocr.bj.bcebos.com/dygraph_v2.1/en_det/ResNet50_dcn_asf_synthtext_pretrained.pdparams --no-check-certificate fi cd ./pretrain_models/ && tar xf det_mv3_db_v2.0_train.tar && cd ../