You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`face_sdk` package allows you to use FaceSDK in Python language
3
+
4
+
## Requirements
5
+
Python 3.8 or higher is supported. Setuptools package must be installed before starting the installation.
6
+
7
+
## Install
8
+
Go to the processing_block_python_api directory and run `pip3 install .`
9
+
10
+
## Platforms
11
+
You can use `face_sdk` package on Linux, Windows platforms
12
+
13
+
## Troubleshooting
14
+
15
+
| Error | Solution |
16
+
| ----- | -------- |
17
+
|`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 |
18
+
|`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 |
0 commit comments