mk-minchul / AdaFace

MIT License
625 stars 118 forks source link

Face alignment during training #146

Open namas191297 opened 7 months ago

namas191297 commented 7 months ago

Are the faces aligned using landmarks when the model is being trained? If so, can you point me to the file/piece of code that aligns the faces (while training) as I can't seem to find MTCNN being using for face alignment anywhere in the repo.

Cheers, Namas

Oguzhanercan commented 5 months ago

Did you find it ?

namas191297 commented 5 months ago

I believe all the datasets are already aligned. I am 100% sure that faces are aligned before training and assuming there is no alignment happening during training in the provided code, the faces are already aligned beforehand.