Replies: 3 comments 5 replies
-
您好,可以提供一下具体的复现命令吗? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
这里有什么办法直接使用layout模型吗,我看pip install paddleocr==3.0.0的PPStructureV3去执行,是把好多模型的功能都集成在一起识别图片了。 |
Beta Was this translation helpful? Give feedback.
5 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.
-
使用PP-DocLayout_plus-L版面分析模型解析图片报错:
File "D:\python\PaddleOCR-release-3.0\ppstructure\layout\predict_layout.py", line 96, in call
self.predictor.run()
ValueError: In user code:
InvalidArgumentError: The size of Op(Conv) inputs should not be 0.
[Hint: Expected in_dims[i] != 0, but received in_dims[i]:0 == 0:0.] (at ..\paddle\phi\infermeta\binary.cc:592)
[operator < onednn_kernel.phi_kernel > error]
paddlepaddle版本:3.0.0
paddleocr:当前仓库3.0版本
Beta Was this translation helpful? Give feedback.
All reactions