Training to detect closed eyes #2958
Unanswered
UlrichVonRekkenin
asked this question in
Q&A
Replies: 2 comments 1 reply
-
HOG isn't going to be super great at telling the difference between closed eyes vs open eyes. I would use a CNN to do that kind of thing if you want to get something accurate. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your reply! Something like this CNN, with the final fc<1> to get the probability and |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
train_object_detector.cpp
from the sametraining.xml
(produced byimglab
) generate something like this one 13*11imglab
mark up left and right eyeWhen I
dlib::deserialize
and process image with opened eye, them detected. But the closed eyes detected too.Beta Was this translation helpful? Give feedback.
All reactions