CharlieXie / libfacedetection-python-bindings

This repo provides a python binding of libfacedetection from Yu
20 stars 6 forks source link

没有libopencv_freetype.so.3.3 #1

Open TeddyFsh opened 5 years ago

TeddyFsh commented 5 years ago

from rbp_py3 import libfcnn File "/home/pi/test/libfacedetection-python-bindings-master/rbp_py3/libfcnn.py", line 21, in _libfcnn = swig_import_helper() File "/home/pi/test/libfacedetection-python-bindings-master/rbp_py3/libfcnn.py", line 20, in swig_import_helper return importlib.import_module('_libfcnn') File "/usr/lib/python3.5/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: libopencv_freetype.so.3.3: cannot open shared object file: No such file or directory

大神你遇到过这个问题吗? 求解决~

CharlieXie commented 5 years ago

It's probably OpenCV version issue. The version of OpenCV used to generate this lib is 3.3. Try OpenCV 3.3.

yangn0 commented 5 years ago

how to install opencv 3.3