pfld_106_face_landmarks
pfld_106_face_landmarks copied to clipboard
mistakes in prepare.py
"75" should be "39", which stands for "right corner of left eye" rather than "left side of nose bridge" https://github.com/Hsintao/pfld_106_face_landmarks/blob/e150195b0c945a9fcfe91641e3b79682e0e421e6/data/prepare.py#L206
x for left nose should be positive https://github.com/Hsintao/pfld_106_face_landmarks/blob/e150195b0c945a9fcfe91641e3b79682e0e421e6/data/prepare.py#L50
those mistakes would cause wrong angle calculated for label, which further cause wrong angle prediction.