Serving icon indicating copy to clipboard operation
Serving copied to clipboard

按照PaddleDetection中Paddle Serving服务化部署快速示例,成功部署了服务,但是在客户端没有得到正确的检测结果。

Open LiuHaodongdong opened this issue 3 years ago • 1 comments

#启动服务端模型预测服务 python deploy/serving/python/web_service.py --model_dir output_inference/yolov3_darknet53_270e_coco & image #客户端得到的结果,只有在demo图像中检测到了一个person,但是通过python tools/infer.py可以得到多个检测结果: image

LiuHaodongdong avatar Feb 20 '23 03:02 LiuHaodongdong

Message that will be displayed on users' first issue

github-actions[bot] avatar Feb 20 '23 03:02 github-actions[bot]