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

how to input an image and then get a .pts file? #263

Closed waibi8bo closed 3 years ago

1adrianb commented 3 years ago

Currently the code will return an array. You can manually save this to any format you like. You can likely get a pts file with the help of numpy.savetxt