Skip to main content

Posts

Showing posts with the label Raspberry Pi

Intel Movidius

Intel Movidius is an interesting piece of hardware that could work on embedded system like Raspberry Pi that will enable neural network computing. Even thought is only supported under Linux, we could always use Oracle Virtual Box to get it to work on Mac or Windows platform. Intel Movidius also support both Caffe and TensorFlow models and the typical workflow is as follow :- Typical Intel Movidius workflow (Image courtesy: https://movidius.github.io/ncsdk/ ) The full documentation is available at Intel Movidius NCSDK[1] In this post, I will be focusing on how to get started on Oracle Virtual Box and Rapsberry Pi 3 Model B environment using Ubuntu 16.x variant. Oracle Virtual Box Grab the installation from Oracle Virtual Box download[2] and install the Extension Pack. Before install Ubuntu 16.x, configure/add the following USB devices. Note that Intel Movidius has two modes, hence two different device configurations are needed Confi...