yulequan / face-alignment-in-3000fps

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

what's the face detection you used?? #25

Open chibai opened 8 years ago

chibai commented 8 years ago

I haven't read your code yet, but i still want to ask some stupid questions.

  1. if you do not have standard face bounding box, can your code still do landmark?? if yes, what kind of face detection you used??
  2. Have you ever test the speed of you code under release mode? Can it reach 3000 FPS as the paper presents
yulequan commented 8 years ago
  1. I use the face detector in opencv to acquire the face bounding box.
  2. It cannot reach 3000 FPS in the release mode.