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
Current Behaviour
Present implementation is using
DlibExpected Behaviour
Create an abstraction to plug-in other face match implementation solution aside from
DlibSteps to Reproduce the Problem
Dlibimplementation.
Context
Must abstract the face match API for other face-recognition library pluggability