We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
图像标注时把小数点、省略号都括起来了,检测的时候省略号会框不住! 对于小数,识别时小数点总会被省略 场景为电表识别 实例图片如下: 图中还有一些小图标、小字也经常检测不到,还请大佬指一指调优方向。 相关数据集十一月会在飞浆平台共享。
The text was updated successfully, but these errors were encountered:
建议加载PaddleOCR的模型,在你的电表场景上做预训练,另外,也可以参考paddleOCR里一些案例:https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.6/applications
Sorry, something went wrong.
看一下inference_args.md,调低这两个参数值看看det_db_thresh、det_db_box_thresh,有效果的话回来回复情况
LDOUBLEV
No branches or pull requests
图像标注时把小数点、省略号都括起来了,检测的时候省略号会框不住!
对于小数,识别时小数点总会被省略
场景为电表识别
实例图片如下:
图中还有一些小图标、小字也经常检测不到,还请大佬指一指调优方向。
相关数据集十一月会在飞浆平台共享。
The text was updated successfully, but these errors were encountered: