文本图像矫正模块的作用是什么
#15994
Replies: 1 comment
-
您好,use_doc_unwarping 主要是为了矫正一些拍照场景下,自身形状存在畸变的文本图像,由于这个模块并没有专门训练,因此在某些场景下矫正的效果有限,可以根据您的实际情况选择是否开启这个模块,具体可以参考 文本图像矫正模块 文档 https://paddlepaddle.github.io/PaddleOCR/latest/version3.x/module_usage/text_image_unwarping.html#_4 |
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.
-
今天发现推理时如果不指定use_doc_unwarping = False,就会自动进行图像矫正,并且正常的文本会被扭曲
Beta Was this translation helpful? Give feedback.
All reactions