libfacedetection-python-bindings
libfacedetection-python-bindings copied to clipboard
This repo provides a python binding of libfacedetection from Yu
Excellent work. I'd love to extend your work with more functions. I notice that you use the SWIG. Can you please share the CmakeList file that compile the swig? Thanks.
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)...
File "test.py", line 4, in from rbp_py3 import mat File "C:\Users\Lavector\Desktop\libfacedetection\libfacedetection\rbp_py3\mat.py", line 21, in _mat = swig_import_helper() File "C:\Users\Lavector\Desktop\libfacedetection\libfacedetection\rbp_py3\mat.py", line 20, in swig_import_helper return importlib.import_module('_mat') File "C:\Users\Lavector\python3\lib\importlib\__init__.py", line 126, in...