bagua-movidius

Software Development Kit for the Neural Compute Stick

Usage no npm install needed!

<script type="module">
  import baguaMovidius from 'https://cdn.skypack.dev/bagua-movidius';
</script>

README

How to build

For Linux

Build the code. Please install libusb-1.0.

sudo apt-get install libusb-1.0-0-dev

Build bagua-movidius

cd bagua-movidius

npm install

node-gyp configure build

Demo

Here we provided a SSD demo for object detection on Movidius Neural Compute Stick.

Run the demo

cd demo/movidius-ssd && node index.js