From 8c7523ccc0edfe59517a51b32978392265644bef Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Wed, 15 Dec 2021 19:45:16 +0800 Subject: [PATCH] fix east --- test_tipc/configs/det_r50_vd_east_v2.0/train_infer_python.txt | 2 +- test_tipc/prepare.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test_tipc/configs/det_r50_vd_east_v2.0/train_infer_python.txt b/test_tipc/configs/det_r50_vd_east_v2.0/train_infer_python.txt index c3f0285d..d4d8030b 100644 --- a/test_tipc/configs/det_r50_vd_east_v2.0/train_infer_python.txt +++ b/test_tipc/configs/det_r50_vd_east_v2.0/train_infer_python.txt @@ -34,7 +34,7 @@ distill_export:null export1:null export2:null ## -train_model:./inference/det_mv3_east_v2.0_train/best_accuracy +train_model:./inference/det_r50_vd_east_v2.0_train/best_accuracy infer_export:tools/export_model.py -c test_tipc/cconfigs/det_r50_vd_east_v2.0/det_r50_vd_east.yml -o infer_quant:False inference:tools/infer/predict_det.py diff --git a/test_tipc/prepare.sh b/test_tipc/prepare.sh index 8956a267..4949a637 100644 --- a/test_tipc/prepare.sh +++ b/test_tipc/prepare.sh @@ -187,8 +187,8 @@ elif [ ${MODE} = "whole_infer" ];then cd ./inference/ && tar xf det_mv3_east_v2.0_train.tar & cd ../ fi if [ ${model_name} == "det_r50_vd_east_v2.0" ]; then - wget -nc -P ./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_mv3_east_v2.0_train.tar --no-check-certificate - cd ./inference/ && tar xf det_mv3_east_v2.0_train.tar & cd ../ + wget -nc -P ./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_r50_vd_east_v2.0_train.tar --no-check-certificate + cd ./inference/ && tar xf det_r50_vd_east_v2.0_train.tar & cd ../ fi fi -- GitLab