<< dnn_list Deep Learning dnn_showfeature >>

IPCV - Image Processing and Computer Vision Toolbox for Scilab >> Deep Learning > dnn_readmodel

dnn_readmodel

Read/Import DNN model from disk

Syntax

net = dnn_readmodel(model,modelinfo,modeltype);

Parameters

model :

Model binary (Caffe -> .caffemodel file, TF -> .pb file).

modelinfo :

MOdel info (Caffe - > .prototxt file. TF -> .pbtxt file).

modeltype :

Model type, currently support Caffe and Tensorflow model.

net :

Loaded net with its' pointer and informations.

Description

This function is used for loading DNN model and used in Scilab for inference system.

Examples

// Under beta test, please visit http://scilabipcv.tritytech.com/ for examples

See also

Authors


Report an issue
<< dnn_list Deep Learning dnn_showfeature >>