Serving icon indicating copy to clipboard operation
Serving copied to clipboard

PaddleOCR C++ Serving core dump!!!

Open yuanhaisu opened this issue 1 year ago • 2 comments

paddleocr的serving部署方式下,发起预测触发core dump报错 image

环境: docker image:paddlepaddle/paddle:2.4.2-gpu-cuda11.2-cudnn8.2-trt8.0

驱动信息: image

paddle版本:
paddle-bfloat             0.1.2          
paddle-serving-app        0.9.0          
paddle-serving-client     0.9.0          
paddle-serving-server-gpu 0.9.0.post112  
paddlepaddle-gpu          2.3.0.post112

运行参数

Dir:Serving/examples/C++/PaddleOCR/ocr
serving:python3 -m paddle_serving_server.serve --model ocr_det_model ocr_rec_model --op GeneralDetectionOp GeneralRecOp --thread 4 --port 9293 --gpu_ids 0
client:python3 ocr_cpp_client.py ocr_det_client ocr_rec_client

serving_client_conf.prototxt配置
feed_var {
  name: "x"
  alias_name: "x"
  is_lod_tensor: false
  feed_type: 20
  shape: 1
}

yuanhaisu avatar Mar 15 '23 10:03 yuanhaisu

Message that will be displayed on users' first issue

github-actions[bot] avatar Mar 15 '23 10:03 github-actions[bot]

image 打扰了 ,请教下,这里应该怎么修改配置 , 目前提交请求后服务端报错 image

whisky-12 avatar Mar 24 '23 09:03 whisky-12