mrcnn_serving_ready icon indicating copy to clipboard operation
mrcnn_serving_ready copied to clipboard

{ "error": "Malformed request: GET /v1/models/mask:predict" }

Open varghesealex90 opened this issue 4 years ago • 1 comments

when I use curl -X POST http://localhost:8501/v1/models/123456:predict { "error": "JSON Parse error: The document is empty" }

any directions or pointers please why this is coming

varghesealex90 avatar Apr 14 '20 09:04 varghesealex90

Did you try this python3 inferencing/saved_model_inference.py -t grpc -p test_image/monalisa.jpg and has that worked for you?

bendangnuksung avatar May 15 '20 10:05 bendangnuksung