1adrianb / face-alignment

:fire: 2D and 3D Face alignment library build using pytorch
https://www.adrianbulat.com
BSD 3-Clause "New" or "Revised" License
6.88k stars 1.33k forks source link

Where is Face Alignment? #324

Closed DungLeMTA closed 1 year ago

DungLeMTA commented 1 year ago

As my opinion, this repository is the Landmarks of Face, it is not Face Alignment? Where I can find it?

imxtx commented 1 year ago

You are right. It is just a landmarks detection tool. The name is missleading.

1adrianb commented 1 year ago

Face alignment and key points localisation are used interchangeable in the literature. The former reflects the historical way of detecting the facial fiducial points on a face by aligning a shape model to a face. See for definition: https://link.springer.com/referenceworkentry/10.1007/978-0-387-73003-5_186

Given the points, one can compute a transformation to align the textures of two face too, using for example a shape model. There are a few implementation around, some that points detected with this repo. Note however that this goes beyound the scope of this repo, which is to offer an implementation for our paper.