Replies: 4 comments 6 replies
-
我也遇到了同样的问题,CPU可以正常输出,切换use_gpu=true后,没有任何识别结果,只是创建了结果文件夹。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我也是同样的问题,gtx750 |
Beta Was this translation helpful? Give feedback.
0 replies
-
可以尝试更换新一些的显卡试试 |
Beta Was this translation helpful? Give feedback.
0 replies
-
同遇到问题,启动的时候,就像是卡住了,也没有错误日志。测试在A5000和A6000都有问题,在V100、T4、2080TI上则能正常 |
Beta Was this translation helpful? Give feedback.
6 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.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
目前就是我在调paddleocr时, ocr = PaddleOCR(use_angle_cls=True, lang="ch", use_gpu=False, show_log=False),程序可以识别出来文本内容,并转存为txt文件。
但是 ocr = PaddleOCR(use_angle_cls=True, lang="ch", use_gpu=True, show_log=False)时,程序就无输出。
我的显卡是NVIDIA RTX A5000
Beta Was this translation helpful? Give feedback.
All reactions