Replies: 1 comment
-
您好,这个参数max 960是设置为最长边不超过960 而min64是短边不低于64。您好,正常不会出现,即使出现也是为了成为32的倍数,不会比设置的值偏差过多,如果您实验出现这种情况,请提供给我们图像和参数,我们进行复核。谢谢 |
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.
-
我在实验过程中发现text_det_limit_type和text_det_limit_side_len这两个参数对推理速度影响非常大,使用max 960速度会比min 64 快一倍多。这个现象的原因是什么呢?还有这两个参数说明里都是说的是文本检测边的长度,但是我实验发现,使用max 的时候,还是会出现有长边大于text_det_limit_side_len的情况,使用min的时候也会有短边小于text_det_limit_side_len的情况。这个又是什么原因?
Beta Was this translation helpful? Give feedback.
All reactions