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
@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.
For more complete information about compiler optimizations, see our Optimization Notice.