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

Any idea on how to fix MultiStick_GoogLeNet.py on NCSDK 2.05.00.02 ?

idata
Employee
571 Views

I have started out with

 

sys.path.insert(0, "../../ncapi2_shim")

 

import mvnc_simple_api as mvnc

 

but I can't get this to work ;

 

opt = devHandle[devnum].GetDeviceOption(mvnc.DeviceOption.OPTIMISATIONLIST) print("Optimisations:") print(opt) graphHandle.append(devHandle[devnum].AllocateGraph(graph)) graphHandle[devnum].SetGraphOption(mvnc.GraphOption.ITERATIONS, 1) iterations = graphHandle[devnum].GetGraphOption(mvnc.GraphOption.ITERATIONS) print("Iterations:", iterations)

 

If I comment out the lines above it will run "empty"

 

Any ideas on how to fix it under NCSDK 2.05.00.02 ?

0 Kudos
0 Replies
Reply