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.99k stars 1.34k forks source link

Base Part #129

Closed PhotonChow closed 5 years ago

PhotonChow commented 5 years ago

Sorry, but I wonder what's the function of the base part. It decrease the size of the original inputs without upsampling at the end. Then how to calculate the outputs with the ground truth heatmaps?

1adrianb commented 5 years ago

Sorry for delay, I will assume that you probably sorted it out, but for reference the heatmaps are at resolution 4x smaller than that of the input. The ground truth heatmaps are simply generated at the desired resolution, in this case 64x64px.