For the complete documentation index, see llms.txt. This page is also available as Markdown.

6.12.1

In this version, support for new FMAD cases has been added (Face Manipulation Attack Detector). To enable this new functionality, it is necessary to set a new environment variable, as it requires additional computation time.

# Liveness engine with new FMAD detector
FACEPHI_SELPHID_FACIALLIVENESS_DEPTH=full

# Variable not present, empty or with other values, FMAD will not be set
FACEPHI_SELPHID_FACIALLIVENESS_DEPTH=

Added

  • FACEPHI_SELPHID_FACIALLIVENESS_DEPTH=full to enable the FMAD detector (Face Manipulation Attack Detector) in the liveness check engine.

Last updated