0.0.4 • Published 7 years ago
bagua-movidius v0.0.4
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