test_face | R Documentation |
Openfacer provides 4 test OpenFace datasets: John, Teddy, Lara and Paula. Together, they are collected in the "faces" object "test_faces".
john
paula
lara
teddy
test_faces
Each of the four example face datasets in test_faces is composed by 538 variables. Lara has 2203 rows, teddy 3281, paula and john 5367. Each row in each of the examples contains information relative to one single frame, There are 30 frames per second.
the order of the frame analysed
The identifier number of the face, as there is one face per video it is always 0
the time of the frame in the video, in seconds
The confidence of OpenFace of providing high quality results - from 0 to 1
1 if the confidence is high enough for results being reliable, 0 if it is not
The coordinates of the gaze of the left eye
The coordinates of the gaze of the right eye
eye gaze direction in radians
two dimensional coordinates of the eyes in pixels
three dimensional coordinates of the eyes in millimeters
The location of the head in respect of the camera in millimeters
pitch, yaw and roll of the head in radiants
coordinates of the 67 3D face landmarks in millimeters
action units intensity, as a number from 0 - inactive - to 1 - completely active -
action units presence. 1 is present, 0 is not present
to know more chec the URL: https://github.com/TadasBaltrusaitis/OpenFace/wiki/Output-Format
the four example are made of data collected on mechanical turk in a prestudy made by the research group. The names have been randomly assigned by the researchers and do not refer to real people.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.