face_rec icon indicating copy to clipboard operation
face_rec copied to clipboard

An eye-blink detection-based face liveness detection algorithm to thwart photo attacks.

Results 8 face_rec issues
Sort by recently updated
recently updated
newest added

can't import imresize from scipy.misc when trying to reshape

Is there any recommanded version for tensorflow or keras? Thanks!-

``` def isBlinking(history, maxFrames): """ @history: A string containing the history of eyes status where a '1' means that the eyes were closed and '0' open. @maxFrames: The maximal number...

Source: https://github.com/Guarouba/face_rec/issues/4

Hi, I am getting following error while running face_rec.py. Any suggestions? ``` Traceback (most recent call last): File "face_rec.py", line 199, in frame = detect_and_display(model, video_capture, face_detector, open_eyes_detector,left_eye_detector,right_eye_detector, data, eyes_detected)...

I want to use this recognizer for attendance system. How do we add faces as dataset?

Hi: Thank you for this work.But I think the eye_status should be clear up Periodically

Removed unnecessary import. Added helpful comments. Re-positioned model code to load at different time to consume less memory.