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

Terminology Issues for Face Alignment and Keypoint Detection #309

Closed xieyipeng closed 1 year ago

xieyipeng commented 2 years ago
1adrianb commented 2 years ago

The terminologies are largely used interchangeable. This reflects how historically face alignment/key points detection was performed: one would take a deformable facial model and align it with an image such that the model will now match the location of a set of desired fiducial points.

A good reference for this is the work from Gu&Kanade (https://link.springer.com/referenceworkentry/10.1007/978-0-387-73003-5_186)