From 4dee5e59e951f453305415ebea02ecda2d1f4307 Mon Sep 17 00:00:00 2001 From: chenlizhi Date: Thu, 20 Oct 2022 09:42:52 +0800 Subject: [PATCH] update prepare.sh --- test_tipc/prepare.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_tipc/prepare.sh b/test_tipc/prepare.sh index 5ca426e2..346e9b1d 100644 --- a/test_tipc/prepare.sh +++ b/test_tipc/prepare.sh @@ -283,6 +283,10 @@ if [ ${MODE} = "lite_train_lite_infer" ];then wget -nc -P ./train_data/ https://paddleocr.bj.bcebos.com/dataset/ct_tipc/total_text_lite2.tar --no-check-certificate cd ./train_data && tar xf total_text_lite2.tar && ln -s total_text_lite2 total_text && cd ../ fi + if [ ${model_name} == "sr_telescope" ]; then + wget -nc -P ./train_data/ https://paddleocr.bj.bcebos.com/dataset/TextZoom.tar --no-check-certificate + cd ./train_data/ && tar xf TextZoom.tar && cd ../ + fi elif [ ${MODE} = "whole_train_whole_infer" ];then wget -nc -P ./pretrain_models/ https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileNetV3_large_x0_5_pretrained.pdparams --no-check-certificate -- GitLab