- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page