弯曲文本检测问题 #12242
弯曲文本检测问题
#12242
-
对于这种弯曲文本,检测框容易把其他文本放入框内,造成识别错误,有没有好的解决方法呢,在标注自己的数据集时有有没有好的解决方法呢? |
Beta Was this translation helpful? Give feedback.
Answered by
outman-goutian
Sep 1, 2023
Replies: 2 comments
-
可以用DB++ 算法,采用多点标注,你这个四点标注的,肯定是框不准的 |
Beta Was this translation helpful? Give feedback.
0 replies
-
谢谢,我把推理时的det_box_type改为'poly',对于这种弯曲的可以得到解决。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SWHL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
谢谢,我把推理时的det_box_type改为'poly',对于这种弯曲的可以得到解决。