MiDaS icon indicating copy to clipboard operation
MiDaS copied to clipboard

model trained to be used with tensorflow's c-api

Open CarlosAlbertoToroArcila opened this issue 3 years ago • 0 comments

good morning,

I congratulate you for your work and thank you for sharing your results, I am currently trying to work with the pretrained models in the application of tensorflow for c, when loading the models I require the information of the input and output nodes, according to the information obtained on the internet this information can be obtained with the following command:

saved_model_cli show --dir <path_to_saved_model_folder>

With the current pre-trained models this application does not work, according to the information found it seems that the problem is in the way they were saved, they must be saved in the SavedModel format, ¿is it possible that you share the pre-trained models saved with this method ?, thank you very much.

best regards.

CarlosAlbertoToroArcila avatar Feb 08 '21 17:02 CarlosAlbertoToroArcila