You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My system OS : ubuntu 20.04
Nvidia GTX 1070, cuda 11.8, cudnn 8.6.0, paddlepaddle_gpu installed, paddleocr version 2.7.0.3
When I call ocr = PaddleOCR() the result when running on cpu for ocr is good, but when I call ocr = PaddleOCR(use_gpu=True) means using gpu, the speed is much faster but the accuracy is very bad.
Any idea to solve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My system OS : ubuntu 20.04
Nvidia GTX 1070, cuda 11.8, cudnn 8.6.0, paddlepaddle_gpu installed, paddleocr version 2.7.0.3
When I call ocr = PaddleOCR() the result when running on cpu for ocr is good, but when I call ocr = PaddleOCR(use_gpu=True) means using gpu, the speed is much faster but the accuracy is very bad.
Any idea to solve this?
Beta Was this translation helpful? Give feedback.
All reactions