"examples/instruct_pix2pix/train_instruct_pix2pix_xl.py" did not exist on "b2c1e0d6d4ffbd93fc0c381e5b9cdf316ca4f99f"
Commit 8b0b770c authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix rec server model

parent 8b038649
...@@ -179,7 +179,7 @@ elif [ ${MODE} = "whole_infer" ];then ...@@ -179,7 +179,7 @@ elif [ ${MODE} = "whole_infer" ];then
cd ./inference/ && tar xf rec_r34_vd_tps_bilstm_ctc_v2.0_train.tar && cd ../ cd ./inference/ && tar xf rec_r34_vd_tps_bilstm_ctc_v2.0_train.tar && cd ../
fi fi
if [ ${model_name} == "ch_ppocr_server_v2.0_rec" ]; then if [ ${model_name} == "ch_ppocr_server_v2.0_rec" ]; then
wget -nc -P ./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/ch_ppocr_server_v2.0_rec_train.tar --no-check-certificate wget -nc -P ./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_train.tar --no-check-certificate
cd ./inference/ && tar xf ch_ppocr_server_v2.0_rec_train.tar && cd ../ cd ./inference/ && tar xf ch_ppocr_server_v2.0_rec_train.tar && cd ../
fi fi
if [ ${model_name} == "ch_ppocr_mobile_v2.0_rec" ]; then if [ ${model_name} == "ch_ppocr_mobile_v2.0_rec" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment