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

Mistake Happened When Convert SSDmobilenet to Graph

idata
Employee
598 Views

Oh , a error appears here,

 

when I use following commands in command line,

 

_mvNCCompile frozen_inference_graph.pb -s 12 -in=image_tensor -on=detection_boxes -is 480 360 -o frozen_inference.graph_

 

an error occurred:

 

~~~~

 

File "/usr/local/bin/mvNCProfile", line 121, in

 

profile_net(args.network, args.inputnode, args.outputnode, args.nshaves, args.inputsize, args.weights, args.device_no)

 

File "/usr/local/bin/mvNCProfile", line 104, in profile_net

 

net = parse_tensor(args, myriad_config, file_gen=True)

 

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

 

input_data = np.random.uniform(0, 1, shape)

 

File "mtrand.pyx", line 1302, in mtrand.RandomState.uniform

 

File "mtrand.pyx", line 242, in mtrand.cont2_array_sc

 

TypeError: index returned non-int (type NoneType)

 

and the .pb file comes from ssd_mobilenet_v1_feature_extractor, and the .pb file works well in PC,

 

I have spend two days on it, but useless.

 

who can analysis the problem or tell me what has happend?

0 Kudos
1 Reply
idata
Employee
358 Views

@zufeifei Thanks for your interest. We currently don't have support for SSD Mobilenet TensorFlow, although we do have SSD Mobilenet working on Caffe. You can view the SSD Mobilenet Caffe project at the ncappzoo: https://github.com/movidius/ncappzoo/tree/master/caffe/SSD_MobileNet

0 Kudos
Reply