We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
参考文档 PaddleDetection-release-2.6/deploy/serving/python/README.md 通过命令进行模型下载,转换,以及启动服务,都很顺利,但是运行python deploy/serving/python/pipeline_http_client.py --image_file demo/000000014439.jpg ,返回结果不报错,但是只返回一个检测框,即使图中有多个目标。目前没有深入去看不知道是哪里的问题, 走到函数parse_detection_result()这里的fetch_dict就只有一个数组。
python deploy/serving/python/pipeline_http_client.py --image_file demo/000000014439.jpg