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
Also the input name should be "image" and the output name should be "inverse_depth" but when i call "var a = graph.GetEnumerator();" i can't find none of them. How can i know which input and output should i use ?
Thank you,
The text was updated successfully, but these errors were encountered:
HI,
I want to use a model ( https://docs.openvinotoolkit.org/latest/omz_models_public_midasnet_midasnet.html ) where shape should be : {1,3,384,384}.
When i'm importing an image and using "CreateTensorFromImageFile", the shape is {1,384,384, 3}.
I can't find a way to make my data correct.
Also the input name should be "image" and the output name should be "inverse_depth" but when i call "var a = graph.GetEnumerator();" i can't find none of them. How can i know which input and output should i use ?
Thank you,
The text was updated successfully, but these errors were encountered: