Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

Help, the following error occurred when running the sample

idata
Employee
771 Views

Running live-image-classifier.py

 

python3 live-image-classifier.py --graph ../../caffe/AgeNet/graph --labels ../.. /data/age_gender/age_categories.txt

 

Traceback (most recent call last):

 

File "live-image-classifier.py", line 12, in

 

import cv2

 

File "/usr/local/lib/python3.5/dist-packages/cv2/init.py", line 3, in

 

from .cv2 import *

 

ImportError: libQtTest.so.4: cannot open shared object file: No such file or directory

 

Makefile:41: recipe for target 'run' failed
0 Kudos
1 Reply
idata
Employee
456 Views

@junhao You may need to run the install-opencv.sh script included with the ncsdk. Please try running this script to install opencv and try running the app again.

0 Kudos
Reply