mrcnn_serving_ready
mrcnn_serving_ready copied to clipboard
{ "error": "Malformed request: GET /v1/models/mask:predict" }
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?