ModuleNotFoundError: No module named 'paddle', when trying to build from source code #12929
Unanswered
samuelmathew280
asked this question in
Q&A
Replies: 2 comments
-
请问解决了吗 |
Beta Was this translation helpful? Give feedback.
0 replies
-
好像还存在这个问题,文档和代码的东西对不上 |
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.
-
So I want to use algorithms other than the default 'CRNN' algorithm that are available for text recognition in PaddleOCRv4. I saw that you have to build the code from the source to do so, so I cloned the repository and tried to install the library, however, despite installing paddlepaddle and having no issue importing paddle in a test Python code, when I tried to install the library using pip, it says it cannot find the module paddle (called in paddleocr.py). I have attached the commands I used below, as well as the error message.
Can someone explain how to go about using a different algorithm other than CRNN in a Python script for performing OCR, since CRNN is giving slow inference times for each image and I want to test the other models.
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
Beta Was this translation helpful? Give feedback.
All reactions