Intel® Movidius™ Neural Compute SDK

View the Project on GitHub

Using the Intel® Movidius™ Neural Compute SDK with virtualenv

NOTE: This feature is only available with Intel® Movidius™ Neural Compute SDK 2.x.

virtualenv is a tool to create isolated Python environments that help avoid issues caused by conflicting package dependencies for different applications.

To use virtualenv with the Intel® Movidius™ Neural Compute SDK (Intel® Movidius™ NCSDK), you must enable virtualenv in the NCSDK configuration before installing the NCSDK.

Enabling virtualenv

Before running the ncsdk/install.sh script, open ncsdk/ncsdk.conf for editing and set USE_VIRTUALENV=yes (by default it will say USE_VIRTUALENV=no).

Save the change and then proceed with NCSDK installation.

Usage

You must activate the virtualenv any time that you want to use the NCSDK.

Troubleshooting