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.

Inception-V3 graph file

idata
Employee
619 Views

I have try to use mvNCCompile toolkit to compile the inception-v3 pb file to graph file, with in=input and on= the Reshape_1 layer, I have finished compiling, but the graph file cannot be used by movidius,

 

Can anyone provide me with the graph file of inception-v3 with Reshape_1 as the output (the tensor before the softmax layer)?

0 Kudos
2 Replies
idata
Employee
386 Views

@zgdsh29 If you checkout the Inception_v3 example code on the ncappzoo, the Makefile compiles the graph file using the Reshape_1 layer as the output node. See the Inception V3 Makefile line number 19.

0 Kudos
idata
Employee
386 Views

Thank you Tome for the reply Actually I only need the graph file, could you please send me?

0 Kudos
Reply