In this section, we will use Intel's official instructions to install OpenVINO toolkit:
- To start, first visit the OpenVINO toolkit download page (https://software.intel.com/en-us/openvino-toolkit/choose-download) and, depending on your system specifications, select and download the installer. You will have to first register your copy of the toolkit.
- Use the installation instructions (https://docs.openvinotoolkit.org/latest/index.html) to install OpenVINO toolkit on your system.
OpenVINO toolkit will also install its own Intel-optimized version of OpenCV. If you already have OpenCV installed on your system, the installer will show that another version of OpenCV is already installed. It's better to install the optimized version of OpenCV so that you get the maximum speedup. You can edit the OpenCV_DIR variable to edit the OpenCV installation...