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

how can i use head pose tracking and gaze tracking from python code? #961

Open johnbone25 opened 3 years ago

johnbone25 commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior, with error description (and images/videos if failing on them).

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

TadasBaltrusaitis commented 3 years ago

Unfortunately, there is not python interface as such (except for a small bit of code where C# interface streams results using ZeroMQ that are then listened to by a python code snippet).