Open Bilabong67 opened 7 years ago
Hi,
Thanks for taking an interest in OpenFace!
To answer your question:
Thanks, Tadas
Hi, About question 1, I think here we deal with three coordinate systems with different dimensionality. 1)Camera cords(3d), screen cords(2d), and eye (gaze) cords(3d). The problem (in y opinion) is how to project the eye gaze coordinates into screen cords, any suggestions here? Thanks
Hi, Any update on this? Anyone has got the solution or way to tackle this. Atleast the confidence score for looking towards the screen (not worry about the position on the screen where he is looking). e.g
frame | timestamp | confidence | success | gaze_0_x | gaze_0_y | gaze_0_z | gaze_1_x | gaze_1_y | gaze_1_z ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 260 | 25.9 | 0.883333 | 1 | -0.374037 | -0.114623 | -0.920303 | -0.530515 | -0.152685 | -0.833811 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 263 | 26.2 | 0.85 | 1 | -0.383336 | -0.106057 | -0.917499 | -0.534414 | -0.145568 | -0.832593
Here, frame 260 is not looking into the screen but frame 263 is looking; but it's difficult to infer from gaze's data.
Used following command : ./bin/FeatureExtraction -f video1.avi -outroot ./output/ -of test.csv -no2Dfp -no3Dfp -noMparams -noAUs -noPose -q
Any suggestion/approach are welcome.
Thanks
Hello,
Thanks again for making OF available for us all. This is such a valuable source!
I have 2 aims I would like to achieve through gaze detection:
Gaze "heatmap": I would like to estimate how much time a person spends looking at different parts of the screen (e.g. 10% looking at the top right corner, 50% in the middle etc.). Assuming I divide the screen say in 9 squares. How can I deduce from OF gaze vectors where the person looks on the screen (or even if he looks out of the screen)?
Blink rate: also, is there any easy way to assess a person blink rate (=number of blinks per minute) using OF?
Many thanks!