Replies: 1 comment
-
你的dockerfile发出来看下 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docker 安装 paddleserving,安装后检测也通过了。docker内运行 python3 pipeline_http_client.py 也成功返回,但是通过接口调用的时候,没有返回结果。 请问这是啥原因。
接口 :10.201.106.18:9292/ocr/prediction
参数:
{
"key":["image"],
"value":["图片的base64"]
}
Beta Was this translation helpful? Give feedback.
All reactions