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

Selecting only subset of points #203

Closed hermankant closed 3 years ago

hermankant commented 3 years ago

Is it possible to receive points estimation for only a selected collection of the 68 available points?

1adrianb commented 3 years ago

I assume you ask in the idea of reducing the computations? While you can select a subset of the points there will no speed gains since until the very last layer the network will be identical.