Skip to Content
Mastering Computer Vision with TensorFlow 2.x
book

Mastering Computer Vision with TensorFlow 2.x

by Krishnendu Kar
May 2020
Beginner to intermediate
430 pages
10h 39m
English
Packt Publishing
Content preview from Mastering Computer Vision with TensorFlow 2.x

Installing the OpenVINO toolkit components

To install the OpenVINO toolkit components, go to https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_raspbian.html.

The following steps have been listed as a reference:

  1. Open a new Terminal window, type in sudo su, and press Enter.
  2. Click on the following link and download R3 l_openvino_toolkit_runtime_raspbian_p_2019.3.334.tgz. Note that the numbers after p_ and before.tgz can change in future versions: https://download.01.org/opencv/2019/openvinotoolkit/R3/.
  1. Create an installation folder:
$sudo mkdir -p /opt/intel/openvino
  1. Unzip the downloaded file:
$sudo tar -xf l_openvino_toolkit_runtime_raspbian_p_2019.3.334.tgz --$strip 1 -C /opt/intel/openvino
  1. Next, install ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Computer Vision with TensorFlow 2

Hands-On Computer Vision with TensorFlow 2

Benjamin Planche, Eliot Andres

Publisher Resources

ISBN: 9781838827069Supplemental Content