idpass-lite
idpass-lite copied to clipboard
Create abstract generic interface for a face match
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
- Build the ID PASS library (*.so or *.dll)
- Debug trace into the face match test case
- 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