python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Text detection by paddle ocr issue
I am trying to detect text from image after image processing by using paddlepaddle ocr. but paddle ocr is unable to detect the text.
from paddleocr import PaddleOCR,draw_ocr
ocr = PaddleOCR(use_angle...
SHIVAM CHAUHAN
Votes: 0
Answers: 1
ImportError: cannot import name 'inference' from 'paddle'
I am trying to implement paddleocr. I have installed it using:
#Github repo installation for paddle
! python3 -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
#install paddle ocr
!...
Vikas Kumar
Votes: 0
Answers: 2
ModuleNotFoundError: No module named 'paddle.distributed'
I am trying to run the following code to train paddleOCR.
import paddle
import paddle.distributed as dist
But I'm getting this error:
ModuleNotFoundError: No module named 'paddle.distributed'
Even af...
Vikas Kumar
Votes: 0
Answers: 2
ModuleNotFoundError: No module named 'paddle.fluid.core_noavx'?
I install paddle_ocr and paddlepaddle packages also but i got an Error (ModuleNotFoundError: No module named 'paddle.fluid.core_noavx'). how to solve this type of error provide your suggestions here.....
Natarajan
Votes: 0
Answers: 2