From d4c2a6855f3feb34a71cbc0b3258414119e6a16f Mon Sep 17 00:00:00 2001 From: hysunflower Date: Tue, 23 Nov 2021 05:42:01 +0000 Subject: [PATCH] fix conflict --- benchmark/run_det.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/run_det.sh b/benchmark/run_det.sh index b1e97f9d..c7755d5d 100644 --- a/benchmark/run_det.sh +++ b/benchmark/run_det.sh @@ -7,6 +7,7 @@ python -m pip install -r requirements.txt wget -P ./train_data/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/icdar2015.tar && cd train_data && tar xf icdar2015.tar && cd ../ wget -P ./pretrain_models/ https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/ResNet50_vd_pretrained.pdparams wget -P ./pretrain_models/ https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/ResNet18_vd_pretrained.pdparams +wget -P ./pretrain_models/ https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/ResNet50_vd_ssld_pretrained.pdparams # 3 批量运行(如不方便批量,1,2需放到单个模型中) model_mode_list=(det_res18_db_v2.0 det_r50_vd_east det_r50_vd_pse) -- GitLab