Pytorch_Retinaface
Pytorch_Retinaface copied to clipboard
Face alignment
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
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
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?
@DevashishPrasad I really want to know how to perform face alignment, Would it be convenient for you to share your code?