同一张图竖排和横排文字共同识别
#13446
Replies: 1 comment 1 reply
-
可以提供一下图片,我尝试一下,是否一致 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
大家好,我想问下我在官方demo测试的图片是可以识别出竖排文字的,但是用本地的模型就识别不出是什么原因呢。
这是官方的结果:


这是我本地的结果:
中间红色框的部分应当是竖排的,可是本地是横排识别的,
这是我的命令:
python tools/infer/predict_system.py --image_dir="PaddleOCR/PaddleOCR/test/00000.jpg" --det_model_dir="../ch_PP-OCRv4_det_infer/" --cls_model_dir="../ch_ppocr_mobile_v2.0_cls_infer/" --rec_model_dir="../ch_PP-OCRv4_rec_infer/" --use_angle_cls=true
Beta Was this translation helpful? Give feedback.
All reactions