@trigeorgis Can you provide the mapping performed on dlib output (for frontal face detection) to get bounding box used for facial key point prediction.
This model, as far as I know was trained on rectangular hull of ground truth face points. If you want to use dlib bboxes make sure they are tight and retain the model ( works best I have tried many variants)
@trigeorgis Can you provide the mapping performed on dlib output (for frontal face detection) to get bounding box used for facial key point prediction.