pfld_106_face_landmarks icon indicating copy to clipboard operation
pfld_106_face_landmarks copied to clipboard

mistakes in prepare.py

Open flyingmrwang opened this issue 3 years ago • 0 comments

"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.

flyingmrwang avatar Aug 18 '21 11:08 flyingmrwang