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.73k stars 1.83k forks source link

Mac: Stream HeadPose and Gaze Features with ZeroMQ #910

Closed LRNavin closed 3 years ago

LRNavin commented 3 years ago

Hi OpenFace team,

I'm working on an application with OpenFace, which requires me to stream the extracted facial features in realtime.

So far, I have been able to bin/FeatureExtraction .... executables which dump the extracted frame wise features in a csv. I want the same features accessible at realtime.

From the documentation I saw that it is possible to run certain .exe (in Windows) and stream via ZMQ. Can this be achieved in Mac? I tried by running the bin/FeatureExtraction .... executable and the testing_head_pose.py script in parallel, but I was not able to get the data streams. Am I missing something here?

Thanks in Advance, Navin Lr

TadasBaltrusaitis commented 3 years ago

Unfortunately, this can only be achieved on Windows, as only the C# version of the GUI streams the head pose and eye gaze information over ZeroMQ