when I use intel inference enginee backend ,how to set single thread num ?
when i use opencv-openvino, and want to use intel inference enginee backend, setNumThreads(1) is not work.
try to set
OMP_NUM_THREADS
environment variable.