From 969f4c52fc6a8182713bd25e46e298a6c151d357 Mon Sep 17 00:00:00 2001 From: dorren Date: Wed, 19 Oct 2022 18:04:02 +0800 Subject: [PATCH] update prepare.sh --- test_tipc/prepare.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_tipc/prepare.sh b/test_tipc/prepare.sh index 9291ce8b..23d312c8 100644 --- a/test_tipc/prepare.sh +++ b/test_tipc/prepare.sh @@ -288,8 +288,6 @@ if [ ${MODE} = "lite_train_lite_infer" ];then cd ./train_data && tar xf total_text_lite2.tar && ln -s total_text_lite2 total_text && cd ../ fi if [ ${model_name} == "rec_d28_can" ]; then - wget -nc -P ./pretrain_models/ https://paddleocr.bj.bcebos.com/contribution/can_train.tar --no-check-certificate - cd ./pretrain_models/ && tar xf can_train.tar && cd ../ wget -nc -P ./train_data/ https://paddleocr.bj.bcebos.com/dataset/CROHME_lite.tar --no-check-certificate cd ./train_data/ && tar xf CROHME_lite.tar && cd ../ fi -- GitLab