Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

How can i get the output of a layer by the SDK C++ API?

idata
Employee
657 Views
I want to use NC API instead my caffe code,but this content doesn't appear in the documents. This is my code which is the part of getting a layer output: caffe::Net<NetF>* _net; * * * boost::shared_ptr<caffe::Blob<NetF> > features = _net->blob_by_name("fc5");
0 Kudos
1 Reply
idata
Employee
370 Views

@InSilence Currently there isn't any support for outputting the layer of a node via the API. A possible alternative is to generate a graph file with your desired output layer by using the -on option. You can then use the graph file with the API.

0 Kudos
Reply