TadasBaltrusaitis / OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
Other
6.84k stars 1.84k forks source link

Show keypoints of iris region when eyes are closed #685

Open abdou31 opened 5 years ago

abdou31 commented 5 years ago

Hello Sir, Thanks for this tool , But there are some problems that i get , I don't know that is it from tool or from the parameters that i setting . When i detect face picture of someone who their eyes are closed and i see the output .csv of this picture , i get that the tool detect iris keypoints ( keyoints varaibles are setted to values differents to 0 ) . How can i solve this ? Thanks

TadasBaltrusaitis commented 5 years ago

Hi,

You're right that landmarks will still be present even when the eyes are closed, the landmark detector does not have a way to detect eye closing directly. What you can do is use the facial expression recognition part of OpenFace and look at blink detection (specifically AU45_c), you could ignore eye landmarks what AU45_c = 1.

Thanks, Tadas

abdou31 commented 5 years ago

Thanks Tadas , I will see that

abdou31 commented 5 years ago

What parameters should i set when i execute OpenFaceOffline.exe?

TadasBaltrusaitis commented 5 years ago

What do you mean by parameters? The default parameters should suit most needs, you just need to make sure the output is selected for the data you are interested in outputting.