-
-
Notifications
You must be signed in to change notification settings - Fork 230
OpenVINO
Bofu Chen edited this page Jun 17, 2019
·
6 revisions
-
Install OpenVINO packages
$ sudo apt-get install openvino
-
(Optional) Install example classification or detection models for Intel NCS2 (FP16 model)
# classification $ sudo apt-get install mobilenet-1.0-224-fp16-openvino # detection $ sudo apt-get install mobilenet-ssd-openvino
-
Initialize OpenVINO execution environment
Add this line below into shell's config file, e.g.
$HOME/.bashrc
, or run it manually in your console every time:source /opt/intel/openvino_2019.1.144/bin/setupvars.sh