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.

mvNCCheck error

idata
Employee
447 Views

Hello,here!

 

to check the mobilenet, I run the follow commands ,

 

mvNCCheck mobilenet_deploy.prototxt -w mobilenet.caffemodel -s 12 -in input -on conv1

 

just try to check the first conv1 layer,

 

and then I get this ,

 

Traceback (most recent call last):

 

File "/usr/local/bin/mvNCCheck", line 202, in

 

quit_code = check_net(args.network, args.image, args.inputnode, args.outputnode, args.nshaves, args.inputsize, args.weights, args)

 

File "/usr/local/bin/mvNCCheck", line 169, in check_net

 

load_ret = load_network(args, parser, myriad_config)

 

File "/usr/local/bin/ncsdk/Controllers/Scheduler.py", line 103, in load_network

 

parse_ret = parse_caffe(arguments, myriad_conf)

 

File "/usr/local/bin/ncsdk/Controllers/CaffeParser.py", line 387, in parse_caffe

 

input_bottom = net.bottom_names[inputNodeName][0]

 

IndexError: list index out of range

 

I have tried other layers, then I get the same result,

 

Thanks for your time and looks for your reply!
0 Kudos
1 Reply
idata
Employee
236 Views

OK I get it,

 

only set the -on [node_name] and do not set -in input, it can run normally
0 Kudos
Reply