Replies: 1 comment
-
您好,这个问题是因为 PaddleOCR 和 文本检测模块 TextDetection 的配置参数有所差异,可以参考这个discussion #15705 (reply in thread) |
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.
-
您好,我想检测出文本所在框,为什么我完整流水线调用ocr = PaddleOCR(text_detection_model_name="PP-OCRv5_server_det", … )和我单独调用TextDetection(model_name="PP-OCRv5_server_det"),检测效果差距很大呢,我打印他们的dt_polys,前者输出6个框,后者只输出3个框。
Beta Was this translation helpful? Give feedback.
All reactions