Replies: 1 comment
-
我也是打包后提示 The pipeline (OCR) does not exist! Please use a pipeline name or a config file path, 你找到原因了吗? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
paddleocr3.0 自动下载模型和指定本地模型都有如下错误:
Traceback (most recent call last):
File "app/core.py", line 28, in start_ocr_and_browser
File "paddleocr/_pipelines/ocr.py", line 144, in init
File "paddleocr/_pipelines/base.py", line 72, in init
File "paddleocr/_pipelines/base.py", line 95, in _get_merged_paddlex_config
File "paddlex/inference/pipelines/init.py", line 94, in load_pipeline_config
Exception: The pipeline (OCR) does not exist! Please use a pipeline name or a config file path!
求指导!
Beta Was this translation helpful? Give feedback.
All reactions