微调ch_PP-OCRv3_det_student模型,推理阶段漏检测文本的问题如何解决? #14496
gokamisama
started this conversation in
General
Replies: 1 comment
-
在微调 1. 调参优化
2. 分析漏检原因
3. 数据增强微调时的数据增强对提升模型的鲁棒性至关重要:
4. 后处理优化
5. 模型结构优化
6. Debug 思路
7. 参考相关讨论和文档根据 在 PaddleOCR Discussions #13849 中,也有类似的文本漏检问题,建议:
8. 其他优化方案
通过结合以上方法,可以逐步定位并解决漏检问题。如果问题仍未解决,可以提供更多模型训练细节或场景图像信息,以便进一步分析。 Response generated by feifei-bot | chatgpt-4o-latest |
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.
-
参考 #5229 #5194 的做法,分别得到了检测后绘制出检测框的图和其对应p图:

可以看到p图中的文字区域都是存在的,但最终的检测结果中总是会漏掉一些文字,我也尝试调小了det_db_thresh和det_db_box_thresh参数,但是效果不明显仍然有漏检,我还能尝试哪些方案去解决呢?
Beta Was this translation helpful? Give feedback.
All reactions