Replies: 1 comment
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Paddle_2.5.0+CUDA12.1编译后OCR只能识别到图片下半部分的文字内容,更换成Paddle_2.5.0+CUDA11.8编译就可以识别到整张图片的文字内容,是Paddle和cuda12有兼容性问题吗?(同时也测试了Paddle-2.3.0和cuda12也是同样的问题,只能识别半张图片)

编译环境:
Rocky Linux release 9.2 (Blue Onyx)
gcc (GCC) 11.3.1 20221121 (Red Hat 11.3.1-4)
CUDA-12.1 + CUDNN-8.9.2.26 + NVIDIA-Linux-x86_64-530.30.02 识别半张图片
( CUDA-11.8 + CUDNN-8.9.2.26 +NVIDIA-Linux-x86_64-520.61.05 可以识别整张图片)
显卡是Geforce GTX 1080
代码用的是PaddleOCR/deploy/cpp_infer
编译均能顺利完成,无错误。
测试图片为
Beta Was this translation helpful? Give feedback.
All reactions