You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first 17 points are the jaw of the dlib 68 landmarks.
the code in lsfm/data/init.py
LANDMARK_MASK[:18] = False
may be changed to
LANDMARK_MASK[:17] = False
I'm not sure.
The text was updated successfully, but these errors were encountered:
The first 17 points are the jaw of the dlib 68 landmarks.
the code in lsfm/data/init.py
LANDMARK_MASK[:18] = False
may be changed to
LANDMARK_MASK[:17] = False
I'm not sure.
The text was updated successfully, but these errors were encountered: