From 7922242dd5f63756d158cfbfd3a930cc31b4a603 Mon Sep 17 00:00:00 2001 From: Yixiao Yuan <57313880+eshoyuan@users.noreply.github.com> Date: Fri, 9 Sep 2022 01:06:53 +0800 Subject: [PATCH] Update preprocess.sh --- preprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocess.sh b/preprocess.sh index aedc4ed..9f6265b 100644 --- a/preprocess.sh +++ b/preprocess.sh @@ -4,4 +4,4 @@ python classification_vgg.py python create_DDT_dataset.py python DDT/generate_box_imagenet_crop.py python tools/train.py -c svtr_large_train_stn.yml # Distributed Training: python -m paddle.distributed.launch --gpus '0,1,2,3' -c svtr_large_train_stn.yml -python tools/infer_rec.py -c svtr_large_train_stn.yml -o Global.pretrained_model=svtr_large_stn/best_accuracy \ No newline at end of file +python tools/infer_rec.py -c svtr_large_train_stn.yml -o Global.pretrained_model=svtr_large_stn/latest