Installation
Download SDK
Download id_live_engine.zip
Unpack the id_live_engine.zip
archive into the desired directory.
Directory Structure
The SDK directory contains the following directories and files:
dependency\
*.so
so files for Inference Engine
engine\
model\
Model weights
lib\libidlivesdk.so
SDK so file
header.py
Header file
Install dependencies
Install packages and requirements:
sudo apt-get update -y && sudo apt-get install -y binutils python3 python3-pip python3-opencv
python3 -m pip install --upgrade pip && python3 -m pip install -r requirements.txt
Copy dependency libraries:
sudo cp -rf ./dependency/* /usr/lib
Last updated