Skip to content

[6.12.0] - Release Notes

In this release, the passive liveness engine has been improved, expanding the detection of new spoofing cases. IAD filters (Injection Attack Detection) have also been improved, making them more robust against false positives, especially in highly compressed images. Finally, the FACEPHI_SELPHID_GALLERY_REMOVE_METHOD environment variable has been added to prevent a biometric pattern from being physically removed from a gallery after a RemoveWithGalleryIndex() operation.

# New remove feature, pattern is just mark as invalid
FACEPHI_SELPHID_GALLERY_REMOVE_METHOD=noerase

# Variable not present or empty, pattern is physically removed from the gallery
FACEPHI_SELPHID_GALLERY_REMOVE_METHOD=

Added

  • FACEPHI_SELPHID_GALLERY_REMOVE_METHOD=noerase to avoid remove patterns in galleries. They are marked as invalid, maintaining the gallery size and position of the rest of the patterns.

Improved

  • Updated liveness engine.
  • Improved IAD prefiltering (Injection Attack Detection), making it more stable against images with high compression rates.