Issue fixed. File updated to use FaceLivenessModels.
Originally posted by @richmondu in #20 (comment)
Thanks sir,
By changing this in the code we got other errors. The code in Liveness.py is changed i guess and
face_liveness = FaceLiveness(model=FaceLivenessModels.EYESBLINK, path=INPUT_DIR_MODEL_ESTIMATION), line 383
gives an error. Replaced the model to "model == FaceLivenessModels.EYESBLINK_MOUTHOPEN:"
Then it gives error: face_liveness.initialize() , line 384
That Initialize() not found.
Issue fixed. File updated to use FaceLivenessModels.
Originally posted by @richmondu in #20 (comment)
Thanks sir,
By changing this in the code we got other errors. The code in Liveness.py is changed i guess and
face_liveness = FaceLiveness(model=FaceLivenessModels.EYESBLINK, path=INPUT_DIR_MODEL_ESTIMATION), line 383
gives an error. Replaced the model to "model == FaceLivenessModels.EYESBLINK_MOUTHOPEN:"
Then it gives error: face_liveness.initialize() , line 384
That Initialize() not found.