"vscode:/vscode.git/clone" did not exist on "1172372248da44b61dd9427dde36e5c04a1b76ba"
Unverified Commit 2368e588 authored by xiaoting's avatar xiaoting Committed by GitHub
Browse files

Merge pull request #3653 from LDOUBLEV/fix_cpp

fix prepare.sh
parents d49699fb f6df99a4
......@@ -62,7 +62,7 @@ else
if [ ${model_name} = "ocr_det" ]; then
eval_model_name="ch_ppocr_mobile_v2.0_det_infer"
rm -rf ./train_data/icdar2015
wget -nc -P ./train_data https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/ch_det_data_50.tar
wget -nc -P ./inference https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/ch_det_data_50.tar
wget -nc -P ./inference https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_infer.tar
cd ./inference && tar xf ${eval_model_name}.tar && tar xf ch_det_data_50.tar && cd ../
else
......
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