face-alignment icon indicating copy to clipboard operation
face-alignment copied to clipboard

Do you have suggestions - other than dlib - on actual alignment part ?

Open borisfom opened this issue 5 years ago • 2 comments

Hi, looks like great work on determining landmarks! How do I go from here to actual aligned image, preferably via torch ?

borisfom avatar Oct 12 '18 19:10 borisfom

Hi Boris, Not really I am afraid. For simple use cases I was aligning the faces using a procrostus analysis, thought even for this I don't know of any existing torch code. Sorry...

1adrianb avatar Oct 15 '18 20:10 1adrianb

@borisfom It's possible to extract the face with OpenCV as well https://github.com/1adrianb/face-alignment/issues/135#issuecomment-498058698

Extracting the face with Torch would require implementing a bilinear texture sampler, which is probably a day or two worth of finaglery.

zalo avatar Jun 02 '19 19:06 zalo