yulequan / face-alignment-in-3000fps

a c++ implementation of face alignment in 3000fps
Other
378 stars 232 forks source link

LBP.out Demo but cannot detect landmarks #32

Closed XingML closed 6 years ago

XingML commented 6 years ago

Hi, I am trying to run your code and the model you provide. When typing ./LBP.out Demo, aka. using webcam, I can get an output window, but there is no landmarks on the image (the output of bbx works fine). I printed the global_params.landmark_num and got 0. Is this the problem of loading parameters from model file?

XingML commented 6 years ago

Never mind... I download everything again, somehow it works.