You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am calling eyeStateDetector.IsOpen(faceImage) on various of my images as I am looking into adding liveness checks. Ultimately I will be detecting and recognizing frames from a webcam. I'm experimenting with the possibility of looking for blinking.
The call to eyeStateDetector.IsOpen(faceImage) seems to return true even on an image where I have closed my eyes, and then calls false on an image where my head is tilted and looking away with eyes open. I am not sure why?
When I ran through your demo on the website and tried your "count open eyes" it worked with those same images so I am not sure what I am doing wrong. I am not cropping the image with only the eye part when I call eyeStateDetector.IsOpen(faceImage).
Could that be the problem?
Thank you
The text was updated successfully, but these errors were encountered:
Thank you Georg for a great project!
I am calling eyeStateDetector.IsOpen(faceImage) on various of my images as I am looking into adding liveness checks. Ultimately I will be detecting and recognizing frames from a webcam. I'm experimenting with the possibility of looking for blinking.
The call to eyeStateDetector.IsOpen(faceImage) seems to return true even on an image where I have closed my eyes, and then calls false on an image where my head is tilted and looking away with eyes open. I am not sure why?
When I ran through your demo on the website and tried your "count open eyes" it worked with those same images so I am not sure what I am doing wrong. I am not cropping the image with only the eye part when I call eyeStateDetector.IsOpen(faceImage).
Could that be the problem?
Thank you
The text was updated successfully, but these errors were encountered: