codeniko / shape_predictor_81_face_landmarks

Custom shape predictor model trained to find 81 facial feature landmarks given any image
BSD 3-Clause "New" or "Revised" License
465 stars 126 forks source link

Mesh #13

Closed tetrahydra closed 4 years ago

tetrahydra commented 4 years ago

I have a question regarding full_mesh_example.png, how do you produce this?

codeniko commented 4 years ago

Sorry for the late response. The points in that image are ones I drew after generating the surrey face model using eos. I wanted to have a visual of all the points in the model and to later draw them with indices so that I can pick out only the points of interest to me. This led to the additional 13 landmarks in my shape predictor outlining the forehead area.

Another visual of this can be found at https://raw.githubusercontent.com/patrikhuber/eos/gh-pages/images/sfm_shape_3448_mesh.png which is the face model itself