Serving
Serving copied to clipboard
按照PaddleDetection中Paddle Serving服务化部署快速示例,成功部署了服务,但是在客户端没有得到正确的检测结果。
#启动服务端模型预测服务
python deploy/serving/python/web_service.py --model_dir output_inference/yolov3_darknet53_270e_coco &
#客户端得到的结果,只有在demo图像中检测到了一个person,但是通过python tools/infer.py可以得到多个检测结果:

Message that will be displayed on users' first issue