Installer OpenVino Ubuntu

# install intel openvino only for ubuntu2022 w/ tf2 
pip install openvino-dev[tensorflow2]==2022.1.0
# Don't use that. Go to this link to create your custom install:
https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html
Agrius