OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
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?
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.
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?