bendangnuksung/mrcnn_serving_ready

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

varghesealex90 opened this issue · 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

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