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

Caffe NoteBook Examples and Movidius installation

idata
Employee
710 Views

I continue to have difficulty is executing the example Caffe NoteBook script referenced below.

 

http://nbviewer.jupyter.org/github/BVLC/caffe/blob/master/examples/00-classification.ipynb

 

( I reached this reference from the Movidius site's links).

 

1) must this code run under Jupyter ( the notebook program)

 

2) The code fails to execute the line starting with !. ( I think this line is supposed to be passed to the shell for interpretation).

 

else:

 

print 'Downloading pre-trained CaffeNet model…'

 

!../scripts/download_model_binary.py ../models/bvlc_reference_caffenet

 

3) I have installed Jupyter, though the syntax error continues to occur.

 

4) Is there an additional Caffe install that is required over and above the system installed for Movidius , using CMake etal?

 

Comments appreciated.
0 Kudos
2 Replies
idata
Employee
424 Views

@jslawton, the Jupyter notebook you are referring is specific to CPU & GPU, it does not cover instructions for running inferences on the Neural Compute Stick (NCS). You can find NCS specific tutorials and sample code on https://developer.movidius.com/blog and https://developer.movidius.com/examples respectively.

 

We have a tutorial that's very similar to the one you referred - https://movidius.github.io/blog/ncs-image-classifier/. Try it out and let me know if it helps.

0 Kudos
idata
Employee
424 Views

Yes, good to hear from the author! Sorry for the delay in replying. That has augmented my understanding significantly. It helps in starting to navigate the many facets of this environment.

0 Kudos
Reply