bagua-movidius
v0.0.4
Published
Software Development Kit for the Neural Compute Stick
Maintainers
Readme
How to build
For Linux
Build the code. Please install libusb-1.0.
sudo apt-get install libusb-1.0-0-devBuild bagua-movidius
cd bagua-movidius
npm install
node-gyp configure buildDemo
Here we provided a SSD demo for object detection on Movidius Neural Compute Stick.
Run the demo
cd demo/movidius-ssd && node index.js