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

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