Replies: 1 comment
-
The problem was that the detection model caused problems in recognition, so I had to disable it in ocr call as follows:
|
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
-
When I load my inference text recognition model into PaddleOCR python application using code:
I got significantly worse prediction results than using the command on my inference model:
How to set params into python application library to get same results as from
predict_rec.py
script?After initializing
PaddleOCR()
object, parameters looks loke this:Is there maybe some preprocessing or postprocessing that needs to be set ?
My config file of trained model looks like this:
Beta Was this translation helpful? Give feedback.
All reactions