You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
I'am trying to use saved model in Tensorflow Serving but without success.
I exported model:
I run this model in Tensorflow Serving:
I'am able to get metadata of the saved model:
But I'am not able to send image by rest and get detected objects:
Result:
HTTPError: 400 Client Error: Bad Request for url: http://tfserving:8501/v1/models/object-detection-yolov4/versions/1:predict
Any recommendations?
Thank you.
Lukas
The text was updated successfully, but these errors were encountered: