why not provide detection score in the result? #14453
Replies: 1 comment
-
The current behavior of the script in PaddleOCR is to provide only the recognition confidence score in the inference results. This means the confidence score reflects the model's certainty regarding the text recognition step, but not the text detection step. If you're wondering why the detection confidence score isn't provided, it may be due to the following reasons:
Possible Workarounds:
If this feature is critical for your application, customizing the PaddleOCR code or monitoring future updates may be necessary. Response generated by feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now the script only provide recognition score.
Beta Was this translation helpful? Give feedback.
All reactions