Recognito
  • About RECOGNITO
  • Face Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • Face Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • License Option
  • How to implement 1:N identification with RECOGNITO SDK
  • Contact & Support
Powered by GitBook
On this page
  • Download SDK
  • Directory Structure
  • Install dependencies
  1. ID Document Liveness Detection SDK
  2. Integration Guide
  3. Linux

Installation

PreviousLinuxNextAPI Reference

Last updated 4 months ago

Download SDK

Download

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

id_live_engine.zip