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

What's the purpose of "lm_x = 0.9*lm_x+0.1*lm_x_ lm_y = 0.9*lm_y+0.1*lm_y_" #1066

Open BugMaker2002 opened 6 months ago

BugMaker2002 commented 6 months ago

On lines 76 and 77 of the preprocessing.py file, I want to know what is the purpose of these two lines? image