Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue fixed. File updated to use FaceLivenessModels. #21

Open
imaddyx opened this issue Aug 24, 2019 · 1 comment
Open

Issue fixed. File updated to use FaceLivenessModels. #21

imaddyx opened this issue Aug 24, 2019 · 1 comment

Comments

@imaddyx
Copy link

imaddyx commented Aug 24, 2019

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.

@richmondu
Copy link
Owner

Ok, will test later. Refer to testing_webcam_livenessdetection.py. This is more updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants