Open Tiaguituh05 opened 8 years ago
@Tiaguituh05 I think if you want to find out if they eye's are closed or open. You can either calculate the distance of the eye landmarks or collect some data which annotated eye open information, then train a classifier to directly predict.
@qiexing Its me again! :) Been working with you model for quite some time now, and I gotta say, you really did a nice job! So I already trained a mode to detect if the eyes are closed or open with caffe, using annotated eye datasets like you suggested me to do. Example: So what I want to do now is tweak your project so after putting the landmarks, it cuts and saves eyes images so i can later classify them with my caffe model. So far I've got the list of where the landmarks are, but I have no idea how to select the ones that are on the eyes so I could get the eyes image. If you have time and are willing, could you help me with this? Thank you once again!
Hi, @Tiaguituh05 , Currently, i am busy with some project. Sorry...
hey, @qiexing its okay, after some struggling I managed to make it work :) Can be closed
Hey, once again congratz on the project. I was wondering if it is possible to know the locations of some landmarks on the images. My goal is to find out if they eye's are closed or open, I figure the best way to do this is knowing the distance between one landmark above the eye and one below. Thx in advance!