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

What's the meaning of "reference_scale“ #126

Closed beichen2012 closed 5 years ago

1adrianb commented 5 years ago

@beichen2012 It refers to the size of the reference face/bounding box against which all the input bounding boxes are normalized.

beichen2012 commented 5 years ago

Thanks.