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.94k stars 1.33k forks source link

Normalizing faces #160

Closed dsoprea closed 3 years ago

dsoprea commented 4 years ago

It seems like we can crop faces here, but that the total purpose of this project is to detect faces rather than to actually align them. Are we aware of any other projects out there that go the last mile and use the result of this project to then crop/rotate/tilt/stretch the face to a canonical position and pose which can then be used for training in another network?

weltonrodrigo commented 4 years ago

@dsoprea maybe you shorts take a look at DeepFace Lab. They use face landmarks to crop faces.