You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
问题描述
请在此处详细的描述报错信息
Traceback (most recent call last):
File "E:\program\PaddleOCRFastAPI\routers\ocr.py", line 32, in
table_engine = PPStructure(
File "E:\Anaconda\envs\paddle_env\lib\site-packages\paddleocr\paddleocr.py", line 836, in init
super().init(params)
File "E:\program\PaddleOCRFastAPI\ppstructure\predict_system.py", line 67, in init
self.layout_predictor = LayoutPredictor(args)
File "E:\program\PaddleOCRFastAPI\ppstructure\layout\predict_layout.py", line 68, in init
utility.create_predictor(args, 'layout', logger)
File "E:\program\PaddleOCRFastAPI\tools\infer\utility.py", line 183, in create_predictor
sess = ort.InferenceSession(
File "E:\Anaconda\envs\paddle_env\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 335, in init
self._create_inference_session(providers, provider_options, disabled_optimizers)
File "E:\Anaconda\envs\paddle_env\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 370, in _create_inference_session
sess = C.InferenceSession(session_options, self._model_path, True, self._read_config_from_model)
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from E:\program\PaddleOCRFastAPI\model\layout failed:system error number 13
更多信息 :
用于部署的推理引擎:onnxruntime:1.11
为什么需要转换为ONNX格式:需要部署到生产环境
Paddle2ONNX版本:1.3.1
你的联系方式(Email/Wechat/Phone):
报错截图
其他信息
指定了绝对路径的话会出现
The text was updated successfully, but these errors were encountered:
请将下面信息填写完整,便于我们快速解决问题,谢谢!
问题描述
请在此处详细的描述报错信息
Traceback (most recent call last):
File "E:\program\PaddleOCRFastAPI\routers\ocr.py", line 32, in
table_engine = PPStructure(
File "E:\Anaconda\envs\paddle_env\lib\site-packages\paddleocr\paddleocr.py", line 836, in init
super().init(params)
File "E:\program\PaddleOCRFastAPI\ppstructure\predict_system.py", line 67, in init
self.layout_predictor = LayoutPredictor(args)
File "E:\program\PaddleOCRFastAPI\ppstructure\layout\predict_layout.py", line 68, in init
utility.create_predictor(args, 'layout', logger)
File "E:\program\PaddleOCRFastAPI\tools\infer\utility.py", line 183, in create_predictor
sess = ort.InferenceSession(
File "E:\Anaconda\envs\paddle_env\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 335, in init
self._create_inference_session(providers, provider_options, disabled_optimizers)
File "E:\Anaconda\envs\paddle_env\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 370, in _create_inference_session
sess = C.InferenceSession(session_options, self._model_path, True, self._read_config_from_model)
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from E:\program\PaddleOCRFastAPI\model\layout failed:system error number 13
更多信息 :
报错截图
其他信息
指定了绝对路径的话会出现
The text was updated successfully, but these errors were encountered: