Wang Xin
Wang Xin
It is supposed to work according to the python code. https://github.com/PaddlePaddle/PaddleOCR/blob/89e0a15ce7f195026d56189e04a880aa81b107f3/tools/infer_kie.py#L29
This is a long standing issue in the community. I generally use onnx as an inference backend in my deployments.
Hi @ShubhamZoop, you may refer https://github.com/GreatV/ppocr_trt_infer
Hi @ShubhamZoop, You may try other implementations that don't use the paddle inference backend, such as https://github.com/PaddlePaddle/FastDeploy. The code above link is just a demo that removes the paddle inference...
paddle 版本是 2.6.1