ncsdk
ncsdk copied to clipboard
Software Development Kit for the Neural Compute Stick
Occasionally I tried to build a container from source, using the [corresponding instruction](https://movidius.github.io/ncsdk/docker.html). It turned out that python packages now require new dependencies, and some of them don't work with...
Added a variable to the config file: VIRTUALENV_PATH Now instead of being predefined, the virtualenv is activated or created in the specified directory. Default value is the same as the...
Signed-off-by: tomepetty
Fix warnings: : -Wimplicit-function-declaration, -Wpointer-sign
Make sed works on both linux and darwin Fix rules in Makefile Use pkg-config to find libusb instead of hard code the path
When trying to retrieve the stats for the last inference `getGraphOptionClass0` segfaults because `NC_RO_GRAPH_TIME_TAKEN_ARRAY_SIZE` option `dataLen` doesn't get initialized properly before it gets used. This commit fixes this bug.
Fix the following error: =========== make install ./uninstall-opencv.sh make: execvp: ./uninstall-opencv.sh: Text file busy Makefile:27: recipe for target 'uninstallopencv' failed make: *** [uninstallopencv] Error 127 The problem is that Makefile...
Added TASS IoT computer vision example including local Inception V3 & Yolo classification and live camera frame classification using Yolo. The example includes IoT connectivity using MQTT.