Hi,
What am I doing wrong?
I followed the instructions (in
/FaceLivenessDetection-SDK/python/README.md and
/FaceLivenessDetection-SDK/samples/python/liveness/README.md) and ran
the following command:
Predator:~/Projects/Doubango/FaceLivenessDetection-SDK/binaries/linux/x86_64$ PYTHONPATH=$PYTHONPATH:.:../../../python \
> LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \
> python3 ../../../samples/python/liveness/liveness.py --image ../../../assets/images/disguise.jpg --assets ../../../assets
i received the following error:
Traceback (most recent call last):
File "/home/tf/Projects/Doubango/FaceLivenessDetection-SDK/python/FaceLivenessDetectionSDK.py", line 16, in swig_import_helper
fp, pathname, description = imp.find_module('_FaceLivenessDetectionSDK', [dirname(__file__)])
File "/usr/lib/python3.6/imp.py", line 297, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named '_FaceLivenessDetectionSDK'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "../../../samples/python/liveness/liveness.py", line 20, in <module>
import FaceLivenessDetectionSDK
File "/home/tf/Projects/Doubango/FaceLivenessDetection-SDK/python/FaceLivenessDetectionSDK.py", line 26, in <module>
_FaceLivenessDetectionSDK = swig_import_helper()
File "/home/tf/Projects/Doubango/FaceLivenessDetection-SDK/python/FaceLivenessDetectionSDK.py", line 18, in swig_import_helper
import _FaceLivenessDetectionSDK
ImportError: libtensorflow.so.1: cannot open shared object file: No such file or directory