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 to use FaceLandmarkImg? #856

Open LHJ1098826475 opened 4 years ago

LHJ1098826475 commented 4 years ago

Hello, TadasBaltrusaitis.

I successfully compile and install OpenFace, but I encounter a problem when I test it. I can get a video to display facial landmark and gaze tracking with the test code ../bin/FaceLandmarkVid -f "../samples/changeLighting.wmv" -f "../samples/2015-10-15-15-14.avi" However, I can't get anything when I run the test code(./bin/FaceLandmarkImg -fdir "../samples/" -wild) in the terminal.

So, I want to know how to use FaceLandmarkImg dealing with image. By the way, how can I get the data about head and gaze pose.

relatively information

Thanks!

LHJ1098826475 commented 4 years ago

Visulization of result with FaceLandmarkVid vdo

I can't get anything with FaceLandmarkImg. im age

TadasBaltrusaitis commented 4 years ago

The results of FaceLandmarkImg get placed in a processed folder, there is not visualization. unless you explicitly ask for it using a -verbose flag.