davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.75k stars 4.81k forks source link

How to align faces in an image containing multiple faces where images in dataset are rotated ? #576

Open RaviRaaja opened 6 years ago

RaviRaaja commented 6 years ago

I have dataset of a person , whose images are rotated 90° or 180° from which I have to crop faces and align using mtcnn or normal way ? In contributed align_dataset_mtcnn.py is not much useful for alignment of faces which are rotated ? How to make images as rotationally invariant to crop and align faces

m10416012 commented 5 years ago

i have the same questions , but seems no one answer~