Python Bindings Reference - Alpha

Version 3.0.30672

Getting Started

Start by downloading the correct version of the python bindings library. Next, place the python bindings library in the same directory containing your python script. Alternatively, you can add the path to the directory containing the python bindings library to your PYTHONPATH environment variable. You must then add the path to the directory containing any dependency libraries such as onnxruntime to your LD_LIBRARY_PATH environment variable (if the dependency libraries are not in the same directory as the Trueface python bindings library).

The SDK must first be configured to your desired settings. Consult the general section for the various configuration options.