Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
0efe2fe6
Commit
0efe2fe6
authored
Nov 18, 2021
by
cuicheng01
Browse files
update prepare_lite_cpp.sh
parent
90874325
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
test_tipc/prepare_lite_cpp.sh
test_tipc/prepare_lite_cpp.sh
+2
-4
No files found.
test_tipc/prepare_lite_cpp.sh
View file @
0efe2fe6
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment