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.
-
对于同一张图片,需要使用不同的unclip_ratio参数(1.0 - 3.0)进行多次识别,在paddleocr2.1.0版本中,可以通过这样的方式修改:
ocr.text_detector.postprocess_op.unclip_ratio = ratio
ocr.ocr(.....
paddleocr3.0 API 结构发生了变化,不再可用。请问是否有别的方式可以在ocr.predict时修改 unclip_ratio ?
Beta Was this translation helpful? Give feedback.
All reactions