提交 0efe2fe6 编写于 作者: C cuicheng01

update prepare_lite_cpp.sh

上级 90874325
...@@ -72,8 +72,6 @@ cd ./inference_models && tar -xf ${inference_model} && cd ../ ...@@ -72,8 +72,6 @@ cd ./inference_models && tar -xf ${inference_model} && cd ../
cd ./test_data && tar -xf ${data_file} && rm ${data_file} && cd ../ cd ./test_data && tar -xf ${data_file} && rm ${data_file} && cd ../
# prepare lite env # prepare lite env
export http_proxy=http://172.19.57.45:3128
export https_proxy=http://172.19.57.45:3128
paddlelite_zipfile=$(echo $paddlelite_url | awk -F "/" '{print $NF}') paddlelite_zipfile=$(echo $paddlelite_url | awk -F "/" '{print $NF}')
paddlelite_file=${paddlelite_zipfile:0:${end_index}} paddlelite_file=${paddlelite_zipfile:0:${end_index}}
wget ${paddlelite_url} && tar -xf ${paddlelite_zipfile} wget ${paddlelite_url} && tar -xf ${paddlelite_zipfile}
...@@ -85,8 +83,8 @@ cp ${paddlelite_file}/cxx/lib/libpaddle_light_api_shared.so ${paddlelite_file}/d ...@@ -85,8 +83,8 @@ cp ${paddlelite_file}/cxx/lib/libpaddle_light_api_shared.so ${paddlelite_file}/d
cp ${FILENAME} test_tipc/test_lite_arm_cpp.sh test_tipc/common_func.sh ${paddlelite_file}/demo/cxx/ocr/test_lite cp ${FILENAME} test_tipc/test_lite_arm_cpp.sh test_tipc/common_func.sh ${paddlelite_file}/demo/cxx/ocr/test_lite
cd ${paddlelite_file}/demo/cxx/ocr/ cd ${paddlelite_file}/demo/cxx/ocr/
git clone https://github.com/cuicheng01/AutoLog.git git clone https://github.com/cuicheng01/AutoLog.git
unset http_proxy
unset https_proxy # make
make -j make -j
sleep 1 sleep 1
make -j make -j
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册