Replies: 2 comments
-
1.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
我的应用场景时检测篮球场或排球场中的比分和比赛时长信息,检测目标一般是液晶屏比分牌,或者是那种印刷好的数字比分牌,估计手写的那种记分牌不会有,那这种应用场景需要dilate操作吗? |
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.
-
我看了ocr_det.cpp的代码,发现det模型输出结果的后处理操作有cv::dilate()操作,请问这个cv::dilate()操作是必须的吗?如果时可选的,什么情况下需要执行?
Beta Was this translation helpful? Give feedback.
All reactions