Skip to content

System Requirements#

Windows OS installations#

We support 64-bit versions of the following operating systems:

Desktop/workstation environment:

  • Windows 7 or newer is required. Older versions are not supported.

Server environment:

  • Windows Server 2008r2 or newer is required. Older versions are not supported.

Supported compiler:

  • Visual Studio 2015 update 4. Other compilers may work but were not tested.

Note 1: 32-bit version of Windows is also supported, but with restricted capabilities.

Note 2: FaceEngine requires a 64-bit version of Visual C++ Redistributable for Visual Studio 2015 to operate. The redistributable installer may be obtained from Microsoft via this link:

[https://www.microsoft.com/en-us/download/details.aspx?id=48145]{.underline}

Linux OS installations#

We support the following operating systems:

  • CentOS 8.2 64-bit;
  • Ubuntu 1804 LTS 64-bit.

Supported compilers:

  • GCC4.x. Minimum version: 4.8.4. Versions 4.9.x are also supported. Version 5 and newer are not supported. Other compilers may work but were not tested.

Note 1: 32-bit OS on x86_64 CPU are not supported.

Note 2: your OS should run glibc version 2.17 (CentOS) or 2.19 (Ubuntu), or newer.

Note 3: system locale must be US English. Specifically LC_NUMERIC=en_US.UTF-8.

macOS installations#

We support the following operating systems:

  • macOS Catalina x86-64
  • macOS Big Sur x86-64
  • macOS Big Sur AArch64

Supported environment:

  • AppleClang 12.0.0. Other versions may work but were not tested.

  • Xcode 12.3. Other versions may work but were not tested.

  • macOS Deployment Target 11.0 for macOS Big Sur x86-64 and macOS Big Sur AArch64. Other versions may work but were not tested.

  • macOS Deployment Target 10.15 for macOS Catalina x86-64. Other versions may work but were not tested.

NVIDIA Jetson installations#

Table: "Supported NVIDIA Jetson products"

NVIDIA product Platform Jetpack version
Jetson TX2 Ubuntu 18.04 LTS (Bionic Beaver) Jetpack 4.4.1 [L4T 32.4.4]
Jetson AGX Xavier Ubuntu 18.04 LTS (Bionic Beaver) Jetpack 4.4 [L4T 32.4.3]
Jetson Xavier NX Ubuntu 18.04 LTS (Bionic Beaver) Jetpack 4.4 DP [L4T 32.4.2]
Jetson Nano Ubuntu 18.04 LTS (Bionic Beaver) Jetpack 4.5.1 [L4T 32.5.1]

Notes. - We provide one face engine build for Jetson AGX Xavier and Jetson Xavier NX. - Jetson Nano has little and relatively slow onboard memory, so in order to avoid problems with running algorithms, please don't use batchSize more than 4. See "Runtime performance" and "Known issues".