6.12.1
Last updated
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=FACEPHI_SELPHID_FACIALLIVENESS_DEPTH=full to enable the FMAD detector (Face Manipulation Attack Detector) in the liveness check engine.
Last updated