Closed pedromoraesh closed 3 years ago
@pedromoraesh it turns out there was a bug in the example documentation. It just got fixed with https://github.com/openvinotoolkit/model_server/pull/692 The problem was that the models were accepting input images with different resolution. 62 and 64 pixels. Pipeline configuration can be fixed by updating one of the model input shape so both of them could accept the same image.
62 and 64 pixels
I did realize that yesterday, thx for the reply. I did fix by adding shape argument into JSON.
Hey, I've been using the model server as API to do some combined predictions.
First, I ran the example from the Combined Inference section, but the model doesn't load properly. The log says "FAILED PRECONDITION". Steps i did:
By itself, Age-Gender and Emotion models work fine, but when combined it's not working.
Then I have two questions: The model version, if not specified in the pipeline have any impact to create the pipeline? Can I do an entire Face Recognition pipeline using Combined Inference? (Face Detection, Face Crop, Landmarks, Face Alling and Face Re ID)
Here is my JSON: