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.

Installation of Caffe and pycaffe

idata
Employee
886 Views

Hi

 

I would like to study the component parts of a Caffe Framework Notebook Example

 

and have difficulty with the operating environment described as follows:

 

1) Movidius Configuration

 

I have a Ubuntu 16.04 in VirtualBox under Windows 10 on ASUS I3.

 

The Movidius install is as per:

 

git clone http://github.com/Movidius/ncsdk && cd ncsdk && make install && make examples

 

2) I would like to use the first Caffe Notebook Example identified:

 

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

 

3) Execution of the script returns:

 

Import Error: No Module Named 'Caffe'

 

I think I need to install pycaffe ( as a subset of Caffe?).

 

Clarification on how to install Caffe in this context appreciated.

0 Kudos
2 Replies
idata
Employee
439 Views

@jslawton You will need to close the window after installing the NCSDK and open a new window to execute make examples because of new environment variables. The NCSDK will install the ssd flavor of Caffe by default.

0 Kudos
idata
Employee
439 Views

Thank you very much Tome_at_Intel - fixed that problem. I now see $PYTHONPATH : /opt/movidius/caffe/python and caffe is now imported without complaint.

0 Kudos
Reply