Replies: 1 comment
-
猜测是cls模型把一些文本行方向分错了,导致后续识别效果变差。 |
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.
-
我在测试PaddleOCR的时,似乎发现use_angle_cls参数设置为True时会影响识别,不知道时BUG还是其他的什么原因,还有如果use_angle_cls=False的话会影响什么功能?如果下面是我的测试代码,希望能得到解答,谢谢各位。
这个是use_angle_cls=False时的输出结果

这个是use_angle_cls=True时的输出结果

这种漏行的情况不是偶发,经常遇到。为了确定到底是没有检测到文字还是检测到文字却没有识别我也做了对比验证,我对同一张图片单独进行det检测,发现无论use_angle_cls设置为True还是False都可以检测到文字,基本可以确定是在rec识别时出了问题。
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):yes
Beta Was this translation helpful? Give feedback.
All reactions