Installez OpenVino pour Ubuntu 20

# 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
# NOTE: Installing into venv is different. 
# https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Install-OpenVINO-toolkit-in-a-virtual-environment-on-Ubuntu/m-p/1293973
Agrius