OmniParser icon indicating copy to clipboard operation
OmniParser copied to clipboard

download error

Open JHL328 opened this issue 3 weeks ago • 0 comments

when I try to run the script omniparser.py, it shows the following error for downloading the OCR module

download https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar to /users/.paddleocr/whl/det/en/en_PP-OCRv3_det_infer/en_PP-OCRv3_det_infer.tar [2025/01/30 07:38:01] ppocr INFO: Downloading en_PP-OCRv3_det_infer.tar from https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar failed 2 times with exception ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2025/01/30 07:38:27] ppocr INFO: Downloading en_PP-OCRv3_det_infer.tar from https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar failed 3 times with exception ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) RuntimeError: Download from https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar failed. Retry limit reached

JHL328 avatar Jan 30 '25 07:01 JHL328