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 the output saved? #313

Closed BrutalCaeser closed 2 years ago

BrutalCaeser commented 2 years ago

I ran the code and it is working fine but can not locate the output files.

HEzelda commented 2 years ago

Have you solved this problem? I have the same problem.

1adrianb commented 2 years ago

The lib will return a dict of arrays or an array containing the points. You will need to save them afterwards in the desired format and location.