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

ImportError: cannot import name 'FaceLivenessDetectorModels' #20

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

ImportError: cannot import name 'FaceLivenessDetectorModels' #20

imaddyx opened this issue Aug 24, 2019 · 1 comment

Comments

@imaddyx
Copy link

imaddyx commented Aug 24, 2019

Whenever I try to run facial_recognition.py script it gives an error ImportError: cannot import name 'FaceLivenessDetectorModels'
on this line 348 : from libfaceid.liveness import FaceLivenessDetectorModels, FaceLiveness
I checked the liveness.py file and there was no class defined as "FaceLivenessDetectorModels" but I found another class named ''FaceLivenessModels''. Can anyone suggest me the proper solution?
Regards

@richmondu
Copy link
Owner

Issue fixed. File updated to use FaceLivenessModels.

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