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

avi output modification #947

Closed iyashdesh closed 2 years ago

iyashdesh commented 3 years ago

OpenFace is really good, so thanks for making it.

What can I do to add the x,y,z coordinates to each facial landmark in the avi output video, as the video is playing? (see attached img)

Is there a way to change the color of each facial landmark?

Thank You

openface enquiry

TadasBaltrusaitis commented 2 years ago

You would need to change the visualization code to do that. Specifically the SetObservationLandmarks bit in lib/local/Utilities/src/Visualizer.cpp

iyashdesh commented 2 years ago

thank you