cyberfire / tensorflow-mtcnn

C++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
MIT License
115 stars 72 forks source link

Face Alignment #9

Closed ashokbugude closed 6 years ago

ashokbugude commented 6 years ago

Can I please know how to align face after detection in c++ as done in https://github.com/davidsandberg/facenet/blob/master/src/align/align_dataset_mtcnn.py

cyberfire commented 6 years ago

@ashokbugude

you can refer to this sample project: https://github.com/OAID/FaceRecognition

Thanks,

ashokbugude commented 6 years ago

Thank you