mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-07-24 17:30:03 +00:00
rename 2.0 to 2_0
This commit is contained in:
parent
faa6bbef2a
commit
fbcb5b6f17
@ -49,7 +49,7 @@ model_path=./inference_models
|
|||||||
for model in ${lite_model_list[*]}; do
|
for model in ${lite_model_list[*]}; do
|
||||||
if [[ $model =~ "PP-OCRv2" ]]; then
|
if [[ $model =~ "PP-OCRv2" ]]; then
|
||||||
inference_model_url=https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/${model}.tar
|
inference_model_url=https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/${model}.tar
|
||||||
elif [[ $model =~ "v2.0" ]]; then
|
elif [[ $model =~ "v2_0" ]]; then
|
||||||
inference_model_url=https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/${model}.tar
|
inference_model_url=https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/${model}.tar
|
||||||
elif [[ $model =~ "PP-OCRv3" ]]; then
|
elif [[ $model =~ "PP-OCRv3" ]]; then
|
||||||
inference_model_url=https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/${model}.tar
|
inference_model_url=https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/${model}.tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user