WangZ

Results 144 comments of WangZ

This issue has not been updated for a long time. This issue is temporarily closed and can be reopened if necessary.

目前定位到的问题可能是线上上传图片后,图片被压缩导致的。 线上使用det_server和rec_server模型 我们使用server模型和mobile模型进行测试结果如下 mobile模型: [2024/05/23 08:32:38] ppocr DEBUG: Black, 0.986 [2024/05/23 08:32:38] ppocr DEBUG: Desame, 0.881 [2024/05/23 08:32:38] ppocr DEBUG: Mushroom Powder, 0.959 [2024/05/23 08:32:38] ppocr DEBUG: 黑芝麻香菇粉, 0.999 server模型...

> 我与原题主的测试图片不相同,但遇到的问题类型是相同的:某一行文字漏检。对于我来说线上版本的检测结果很理想,但离线模型就会出现漏检;补充说明下:我是通过`pip install paddleocr`安装,检测代码为 > > ```python > from paddleocr import PaddleOCR > res = PaddleOCR(use_angle_cls=True, lang="ch").ocr(img_arr, cls=True)[0] > print(res ) > ``` > > 期间,我查阅了其他issue,使用了多种trick,比如调参:`det_db_thresh`、`det_db_score_mode`->`slow`、`det_limit_side_len`之类,或者对待测图片做padding等方式;整体检测结果有提升但仍达不到线上的效果。 > > 从您 @UserWangZz...

This issue has not been updated for a long time. This issue is temporarily closed and can be reopened if necessary.