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

Order of point is incorrect #7

Open tfzxyinhao opened 5 years ago

tfzxyinhao commented 5 years ago

Order of additional 13 points is incorrect

from 69 to 81

image

codeniko commented 5 years ago

Yes, you're right. This was something I built without too much thought in the order and it didn't bother me for my project. I was more interested to make sure the points were good and positioning was symmetrical. I need to find some time to fix this but I don't have it planned at the moment