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.
6442 Discussions

"No op named NonMaxSuppressionV2 in defined operations." in mvNCCompile

idata
Employee
797 Views

I am trying to compile my model which is based on Tensorflow Object Detection "rfcn_resnet101_coco_11_06_2017" (URL).

 

While using "mvNCCompile" command i am getting below error.

 

mvNCCompile v02.00, Copyright @ Movidius Ltd 2016

 

Traceback (most recent call last):

 

File "/usr/local/bin/mvNCCompile", line 118, in

 

create_graph(args.network, args.inputnode, args.outputnode, args.outfile, args.nshaves, args.inputsize, args.weights)

 

File "/usr/local/bin/mvNCCompile", line 104, in create_graph

 

net = parse_tensor(args, myriad_config)

 

File "/usr/local/bin/ncsdk/Controllers/TensorFlowParser.py", line 211, in parse_tensor

 

tf.import_graph_def(graph_def, name="")

 

File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/framework/importer.py", line 280, in import_graph_def

 

raise ValueError('No op named %s in defined operations.' % node.op)

 

ValueError: No op named NonMaxSuppressionV2 in defined operations.

 

Command which i used: mvNCCompile frozen_inference_graph.pb -in=image_tensor -on=detection_boxes,detection_scores,detection_classes,num_detections

0 Kudos
0 Replies
Reply