We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考文档 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
The text was updated successfully, but these errors were encountered:
Message that will be displayed on users' first issue
Sorry, something went wrong.
调低一下置信阈值score试下呢
No branches or pull requests
参考文档 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就只有一个数组。The text was updated successfully, but these errors were encountered: