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.71k stars 1.82k forks source link

Interpreting AU intensity confusion for values between 0 and 1 #1042

Open ccma1 opened 1 year ago

ccma1 commented 1 year ago

As described in the documentation, For intensity of AU 1 the column AU01_r in the output file would range from 0 (not present), 1 (present at minimum intensity), 5 (present at maximum intensity), with continuous values in between.

What does a value of 0.5 for example represent? If 1 is present at minimum intensity, does anything below 1 mean not present?

Thanks