Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 820 Bytes

File metadata and controls

18 lines (13 loc) · 820 Bytes

Face SDK python-api

face_sdk package allows you to use FaceSDK in Python language

Requirements

Python 3.8 or higher is supported. Setuptools package must be installed before starting the installation.

Install

Go to the processing_block_python_api directory and run pip3 install .

Platforms

You can use face_sdk package on Linux, Windows platforms

Troubleshooting

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