1adrianb / face-alignment

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

Landmark features #274

Closed YL-Hong closed 3 years ago

YL-Hong commented 3 years ago

Can I export every landmark coordinate and add new landmark?

1adrianb commented 3 years ago

Sorry, I missed your issue. For reference, you can export the coordinates to any format you wish to. Adding a new landmark that is not a simple interpolation of the previous ones will require retraining the networks.