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.86k stars 1.84k forks source link

Could someone please tell me the meaning of all the column names? #959

Open kendrew06 opened 3 years ago

kendrew06 commented 3 years ago

image image

Because of an experiment, I need to know the following four characteristics :1)head rotation about the x-axis (pitch);2)head rotation about the z-axis (roll);3)the 3-D horizontal distance between the corners of themouth (mouthh);4)the 3-D vertical distance between the lower and upper lip (mouthv).
I want to know which features are related to them . THX.

paulSerre commented 3 years ago

https://github.com/TadasBaltrusaitis/OpenFace/wiki/Output-Format

johnbone25 commented 3 years ago

how did you go about invoking openface from python or command line? Thanks

johnbone25 commented 3 years ago

@kendrew06 @paulSerre i obtained this values (namely gaze_angle, pose_T and so on) but how can i use them to understand if looking right, left, down or up? What are the intervals to determine if person looks right, left, up or down?

TadasBaltrusaitis commented 3 years ago

The gaze angle is in radians (you can convert it to degrees to make it more intuitive). The definition of someone looking up or down will vary somewhat on your use case and I suggest you try visualizing your data to determine appropriate thresholds.