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
d7cd666a
Unverified
Commit
d7cd666a
authored
Aug 19, 2020
by
MissPenguin
Committed by
GitHub
Aug 19, 2020
Browse files
Merge pull request #556 from LDOUBLEV/fixocr
fix ios_demo download dir
parents
75cdc7dc
cd4d22fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
deploy/ios_demo/download_dependencies.sh
deploy/ios_demo/download_dependencies.sh
+3
-3
No files found.
deploy/ios_demo/download_dependencies.sh
View file @
d7cd666a
...
@@ -26,7 +26,7 @@ download_and_extract() {
...
@@ -26,7 +26,7 @@ download_and_extract() {
}
}
echo
-e
"[Download ios ocr demo denpendancy]
\n
"
echo
-e
"[Download ios ocr demo denpendancy]
\n
"
download_and_extract
"
${
OCR_MODEL_URL
}
"
"./
ios-demo/
ocr_demo/models"
download_and_extract
"
${
OCR_MODEL_URL
}
"
"./ocr_demo/models"
download_and_extract
"
${
PADDLE_LITE_LIB_URL
}
"
"./
ios-demo/
ocr_demo"
download_and_extract
"
${
PADDLE_LITE_LIB_URL
}
"
"./ocr_demo"
download_and_extract
"
${
OPENCV3_FRAMEWORK_URL
}
"
"./
ios-demo/
ocr_demo"
download_and_extract
"
${
OPENCV3_FRAMEWORK_URL
}
"
"./ocr_demo"
echo
-e
"[done]
\n
"
echo
-e
"[done]
\n
"
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