Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Getting started

1. Download

Donwload necessary packages from ftp.

Download If you are going to use GPU for computing

Ubuntu 18.04

NN's algorithms. Choose needed version

Centos 7

NN's algorithms. Choose needed version

Windows

All libraries, executable files, headers, docs and algorithms are in the archive.

Android

All libraries, executable files, headers, docs and algorithms are in the archive.

iOS

All libraries, executable files, headers, docs and algorithms are in the archive.

2. Install

Linux-only: Correct work of this function requires the executable file, which have read access to the attribute product_uuid udev device dmi/id (usually it's /sys/devices/virtual/dmi/id/product_uuid file).

Ubuntu 18.03

  • install downloaded packages with
    dpkg -i <package_name1>
    dpkg -i <package_name2>
    ...
    dpkg -i <package_nameN>
    apt-get install -f

Centos 7

  • install downloaded packages with
    yum -y install epel-release
    yum -y localinstall <rpm_package1>
    yum -y localinstall <rpm_package1>
    ...
    yum -y localinstall <rpm_packageN>

for GPU builds

Windows

Android

Android Studio or see manuals how to integrate native lib for your IDE.

iOS

See manuals how to integrate native lib for your IDE.

3. Get the license

How to get the license

4. Try face_sdk_utils

face_sdk_utils guide

5. Learn docs and see examples

Docs

Examples