idpass-lite icon indicating copy to clipboard operation
idpass-lite copied to clipboard

Create abstract generic interface for a face match

Open typelogic opened this issue 2 years ago • 0 comments

Current Behaviour

Present implementation is using Dlib

Expected Behaviour

Create an abstraction to plug-in other face match implementation solution aside from Dlib

Steps to Reproduce the Problem

  1. Build the ID PASS library (*.so or *.dll)
  2. Debug trace into the face match test case
  3. The face match computation is tied to Dlib implementation .

Context

Must abstract the face match API for other face-recognition library pluggability

  • Version:
  • Platform: Linux, Android, Windows, MacOS

typelogic avatar Apr 18 '22 07:04 typelogic