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.93k stars 1.85k forks source link

I have observed the video's landmarks is better than Img's landmarks, why the video's landmarks is better than Img's landmarks? #528

Open zys1994 opened 6 years ago

TadasBaltrusaitis commented 6 years ago

Can you give an example of where that happens?

In some cases it can be better if face detection fails in certain images but it manages to track it in videos (as initialization is based on previous frames).

zys1994 commented 6 years ago

I set the det_parameters.multi_view = true, it make same.

TadasBaltrusaitis commented 6 years ago

Even with det_parameters.multi_view = true, there is a chance that videos will be more accurate because of the tracking.

Do you have any specific examples of where this happens?