Device Query Hello World + MYRIAD plugin =) #89
raymondlo84
started this conversation in
Show and tell
Replies: 1 comment
-
And you can see it can run at 60+fps - and that's pretty neat. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think this would be useful for people who want to run the Neural Compute Stick 2 (NCS2) with the Notebooks. You basically make a simple toggle here...
If you look at the Hello World Notebook here:
https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/001-hello-world/001-hello-world.ipynb
exec_net = ie.load_network(net, "MYRIAD")
vs
exec_net = ie.load_network(net, "CPU")
https://docs.openvinotoolkit.org/latest/openvino_docs_IE_DG_Deep_Learning_Inference_Engine_DevGuide.html
And you can also run this device query code to make sure MYRIAD X plugin is properly enabled. You should be able to see that after you plugin your NCS2!
And you will get an output like this
Beta Was this translation helpful? Give feedback.
All reactions