-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous download of ch_PP-OCRv3_det_infer.tar #10197
Comments
@pepperav |
Thank you @Sayaka91 , I will try. Actually with this folders tree: it works without any other download. |
any solution for this error it cause the failing for the docker compose up command start downloading before the download end it give this error |
I see multilingual on the log printed by you. In my case I forced to be only english I guess this is the reason why it try to download other stuff. |
i passed use_onnx as true it stopped downloading but failed at reading .tar files. i am still debugging
|
I don't know what eg: |
@BisarAhmed you should not put in tar files there, use extracted directories. it should work |
@khansajeel @pepperav thanks it solved the download issue |
@Sayaka91 without following the mentioned structure by you for downloading det, rec, pls models, it is working fine with specifying any local path used for referring these extracted models. |
@pepperav Hey I am doing this right now, would you mind sharing your Dockerfile? the solution and folder structure did not work for me. Additionally I am getting an error: able to unmarshal input: 'utf-8' codec can't decode byte 0x9c in position 147: invalid start byte when testing the container locally |
Sure!
This is the
Note: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has not been updated for a long time. This issue is temporarily closed and can be reopened if necessary. |
ehi 👋,
I'm going to create a service by an AWS Lambda as Docker Image.
Even though I've putted
rec_model_dir
,det_model_dir
andcls_model_dir
to a local path with models already there,every run it still download ch_PP-OCRv3_det_infer.tar
Code:
`
`
Log:
download https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_infer.tar to /home/sbx_user1051/.paddleocr/whl/det/ch/ch_PP-OCRv3_det_infer/ch_PP-OCRv3_det_infer.tar
How can I avoid that?
Thank you
The text was updated successfully, but these errors were encountered: