Read/Import DNN model from disk
net = dnn_readmodel(model,modelinfo,modeltype);
Model binary (Caffe -> .caffemodel file, TF -> .pb file).
Model info (Caffe - > .prototxt file. TF -> .pbtxt file).
Model type, currently support Caffe and Tensorflow model.
Loaded net with its' pointer and informations.
This function is used for loading DNN model and used in Scilab for inference system.