Pytorch_Retinaface icon indicating copy to clipboard operation
Pytorch_Retinaface copied to clipboard

Face alignment

Open dgy20122016 opened this issue 5 years ago • 3 comments

Hello, I would like to ask if you have done face alignment in the program. RetainFace's paper describes face alignment, but I only found five key points marked, not alignment. This is the first time for me to study the face recognition code. My understanding is to find the key points first, and then align the faces according to the key points. Please advise. thank you

dgy20122016 avatar May 12 '20 10:05 dgy20122016

Hello,

First of all Thank you for this great repository, great work

And, I could not find the face alignment code and implemented it myself

I created an align() method in detect.py file and would like to open a pull request for the same. For every detected face, my method aligns the detected face using the five landmark points and returns it.

I want to open a Pull Request for the same

please let me know how should I proceed

DevashishPrasad avatar May 19 '20 15:05 DevashishPrasad

Hello,

First of all Thank you for this great repository, great work

And, I could not find the face alignment code and implemented it myself

I created an align() method in detect.py file and would like to open a pull request for the same. For every detected face, my method aligns the detected face using the five landmark points and returns it.

I want to open a Pull Request for the same

please let me know how should I proceed

I am confused about face alignment. Would you be kind to share your codes?

Tallisgo avatar Jul 29 '20 11:07 Tallisgo

@DevashishPrasad I really want to know how to perform face alignment, Would it be convenient for you to share your code?

ceciliaAI avatar Sep 07 '20 03:09 ceciliaAI