HRNet / HRNet-Facial-Landmark-Detection

This is an official implementation of facial landmark detection for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
MIT License
1.05k stars 264 forks source link

Explanation of Annotation .csv file #47

Open shalinidemello opened 4 years ago

shalinidemello commented 4 years ago

In your provided annotation file face_landmarks_wflw_test.csv, how are the annotations for "scale", "center_w" and "center_h" computed from the original face bounding box annotations of <x_min, y_min, x_max, y_max> for the face bounding provided by the authors of the WFLW dataset? Could you explain?

shalinidemello commented 4 years ago

Never mind! I figured it out. This question is answered in #3 and #10 .