menpo / lsfm

Large Scale Facial Model (LSFM) - an automatic pipeline for constructing 3D Morphable Models from large collections of facial meshes
http://ibug.doc.ic.ac.uk/resources/lsfm/
BSD 3-Clause "New" or "Revised" License
503 stars 117 forks source link

maybe a bug? #12

Open redstorm-fyy opened 7 years ago

redstorm-fyy commented 7 years ago

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.

patricksnape commented 7 years ago

@jabooth That is indeed a bug