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

I found a bug in FaceLandmark. #768

Open renber2019 opened 5 years ago

renber2019 commented 5 years ago

This picture or other skewed head picture, e.g http://d.ooobox.com/download/fang7.jpg, the command FaceLandmarkImg.exe -f testimg\fang7.jpg LandmarkDetect the landmark point is wrong. but FeatureExtraction.exe -f testimg\fang7.jpg is ok. what should I am going to do?

TadasBaltrusaitis commented 5 years ago

This is due to slightly different search strategies used in FaceLandmarkImg and FeatureExtraction. Try using -wild and -multi_view 1 flags in the FaceLandmarkImg case.