I want to use openvino for object detection.
I installed it in conda environment on ubuntu 20.
I added this line in .bashrc:
export LD_LIBRARY_PATH=/home/user/anaconda3/envs/openvino/bin/python3/../../lib:${LD_LIBRARY_PATH}
I run after:
source .bashrc
which python # gives /home/user/anaconda3/envs/openvino/bin/python
echo $PYTHONPATH # does not return anything
I try to import:
from openvino.inference_engine import IENetwork, IECore
I go this error:
from .ie_api import *
ImportError: libtbb.so.2: cannot open shared object file: No such file or directory