yulequan / face-alignment-in-3000fps

a c++ implementation of face alignment in 3000fps
Other
377 stars 234 forks source link

predict about image without landmark #22

Open liuzhi136 opened 8 years ago

liuzhi136 commented 8 years ago

@yulequan I have read your project. It's impressive. But I'm confused that in the test.cpp's run() method you still use the landmark, I want to know that if you get a image from your phone that have no landmark any more. How do you predict the people's face?

yulequan commented 8 years ago

The landmark is the mean landmark calculated from the training dataset.

在 2016年7月17日,18:10,liuzhi136 notifications@github.com 写道:

@yulequan I have read your project. It's impressive. But I'm confused that in the test.cpp's run() method you still use the landmark, I want to know that if you get a image from your phone that have no landmark any more. How do you predict the people's face?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.