-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA 11.6 + CUDNN 8.4 运行OCR 返回的Result为None,另外一台纯CPU模式同一张图是可以的 #11289
Comments
当前版本: |
试下paddle 的检查: 应该是Maxwell架构不支持,更换了老版本后,出现如下情况: 全是乱识别的乱码... |
解决方案: |
This issue is stale because it has been open for 90 days with no activity. |
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
参考的是官方的Python代码
ocr = PaddleOCR(use_angle_cls=True, lang="ch") # need to run only once to download and load model into memory
img_path = "D:\img\20231122140525.jpg"
t1 = time.time()
print("21321")
result = ocr.ocr(img_path, det=True, cls=True) # 这里Result就是None了
for idx in range(len(result)):
res = result[idx]
for line in res:
print(line)
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):
no
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
The text was updated successfully, but these errors were encountered: