You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
PaddleOCR:2.8.0
paddle_inference:with mkl
opencv:4.7.0
VS2019
CPU 下运行
推理模型:使用的是en_PP-OCRv3_xx(文字检测+文字识别的推理模型)

编译生成:正常
Release下存放相关dll文件、推理图片、推理模型,如下:

modell里存放的文件如下:

-执行命令:
ppocr.exe --det_model_dir=./model/en_PP-OCRv3_det_infer/ --rec_model_dir=./model/en_PP-OCRv3_rec_infer/ --image_dir=./image/1.jpg
-输出的结果如下:(我看到别人输出的这下面会有显示推理哪张图片,以及图片的推理结果,我这边并没有显示,不知道是哪里有问题,有没有大佬可以帮忙看一下,给点建议)

Beta Was this translation helpful? Give feedback.
All reactions