Unverified Commit d7cd666a authored by MissPenguin's avatar MissPenguin Committed by GitHub
Browse files

Merge pull request #556 from LDOUBLEV/fixocr

fix ios_demo download dir
parents 75cdc7dc cd4d22fe
...@@ -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"
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