face_sdk package allows you to use FaceSDK in Python language
Python 3.8 or higher is supported. Setuptools package must be installed before starting the installation.
Go to the processing_block_python_api directory and run pip3 install .
You can use face_sdk package on Linux, Windows platforms
| Error | Solution |
|---|---|
Assertion failed (Cannot open shared object file libtensorflow.so.2) |
Make sure the library file libtensorflow.so.2 is in the same directory as the libfacerec.so library you are using |
Assertion failed (Cannot open shared object file tensorflow.dll) |
Make sure the library file tensorflow.dll is in the same directory as the facerec.dll library you are using |