Paddleocr cpp inference not working en_PPOCRv4 #15982
-
I am trying to make cpp inference fo en_PPOCRv4 i have run cmake .. installed usign make -j and make inference_lib_dist ran the install.sh with correct direcotries ( opencv was also maked ) tried to run infer with en_PPOCRv4 inferecne model ( which i finetuned using paddleocr repo , train.py) ./build/ppocr --rec_model_dir=/home/pp/ak/paddle_OCR/paddleocr_models/inference_models/en_PP-OCRv4_mobile_rec_30_06_25 --image_dir=/home/pp/ak/paddle_OCR/cpp_infer/PaddleOCR/deploy/cpp_infer/test.jpg --use_angle_cls=false --det=false --rec=true --cls=false why v4 is not supported : i compiled the inference surce code from Paddle |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Remove |
Beta Was this translation helpful? Give feedback.
-
PaddleOCR 3.2 版本已发布,支持 OCR 产线 C++ 本地部署方案,功能及精度效果与 Python 方案保持一致。欢迎体验: 通用 OCR 产线 C++ 部署 - Linux 如果在使用过程中有任何问题,欢迎提 issue,我们会及时跟进并解决! |
Beta Was this translation helpful? Give feedback.
Remove
Global.model_name
from theinference.yml
file.