ipazc / mtcnn

MTCNN face detection implementation for TensorFlow, as a PIP package.
MIT License
2.19k stars 526 forks source link

Is alignment included? #26

Open tengerye opened 5 years ago

tengerye commented 5 years ago

Hi, does the repository include alignment?

hbellafkir commented 4 years ago

Nope

vandana-rajan commented 4 years ago

@hbellafkir @tengerye Sorry. I don't understand. The code provides locations of eyes, nose, mouth etc right? Doesn't alignment mean those landmark localisation? Could you please explain what exactly is missing here?

hbellafkir commented 4 years ago

@vandana-rajan I thought alignment should include rotating the face too. but you right, alignment here means just returning the landmark points.