We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问:如果检测出来的文本是倾斜的,识别的时候他怎么知道是左旋还是右旋?旋转错了不就成倒的了吗?
The text was updated successfully, but these errors were encountered:
检测结果是四点模型,只要保证四点是顺时针排列,通过opencv的getPerspectiveTransform和warpPerspective进行转正,但是图片如果竖直方向颠倒,的确会有问题,后面会提供一个判断文字是正向还是颠倒的分类器。
Sorry, something went wrong.
请问:如果检测出来的文本是倾斜的,识别的时候他怎么知道是左旋还是右旋?旋转错了不就成倒的了吗? 涉及方向paddle_ocr就拉跨了,方向检测自己做一下吧
add slim MODEL_ZOO to docs (PaddlePaddle#208)
90a0e6c
* add slim MODEL_ZOO to docs
No branches or pull requests
请问:如果检测出来的文本是倾斜的,识别的时候他怎么知道是左旋还是右旋?旋转错了不就成倒的了吗?
The text was updated successfully, but these errors were encountered: