PaddlePaddle / PaddleOCR

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
https://paddlepaddle.github.io/PaddleOCR/
Apache License 2.0
44.26k stars 7.82k forks source link

PaddleOCR对于对于标点符号()识别效果差 #6815

Closed Jeff-Zhao1999 closed 1 year ago

Jeff-Zhao1999 commented 2 years ago

在windows下使用paddle=2.20使用paddleocr=2.4训练字符识别时,针对点阵字符识别训练出推理模型,然而在长串的字符识别结果中,所有英文数字字符基本都能正确无误的识别。仅有符号()完全没有识别效果,已确认字典中有()。训练图片10张,训练配置和识别效果如下 Global: debug: false use_gpu: true epoch_num: 200 log_smooth_window: 20 print_batch_step: 10 save_model_dir: ./output save_epoch_step: 3 eval_batch_step:

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.