*Other names and brands may be claimed as the property of others.
Instal Node.js.
Download OpenVINO and install it into the default path.
For Windows, install Visual Studio 2019.
For Linux, install build-essential package.
Verified configurations:
- Node.js 12 LTS
- OpenVINO 2020.1
- Windows 10
- Ubuntu Linux 16.04
$ npm installNote: For "Error: MSBuild is not set" on VS 2019, please set msbuild_path, e.g.
$ npm config set msbuild_path "c:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe"
$ npm run buildNote: For debug build on Windows, open the solution in Visual Studio, change library path to "C:\Program Files (x86)\IntelSWTools\openvino\inference_engine\lib\intel64\Debug" and library name to "inference_engined.lib".
Setup the system environment variables for OpenVINO on Windows and Linux.
$ npm testSetup system environment variables of OpenVINO as test.