Standalone Mode
Setting up Backend Processors
# define a face processor and tell where the backend is located
processor = FP(runtime='bitbox:latest')# define a face processor and tell where the backend is located
processor = FP(runtime='/path/to/backend/bin')export BITBOX_DOCKER=bitbox:latest # if you want to use our Docker image
export BITBOX_3DI=/path/to/3DI/bin # if you installed 3DI natively
export BITBOX_3DI_LITE=/path/to/3DI-lite/bin # if you installed 3DI-lite nativelyset BITBOX_DOCKER=bitbox:latest # if you want to use our Docker image
set BITBOX_3DI=C:\path\to\3DI\bin # if you installed 3DI natively
set BITBOX_3DI_LITE=C:\path\to\3DI-lite\bin # if you installed 3DI-lite natively