Luca96/dlib-minified-models

In nose_mouth_30.dat.bz2 numbers representing nose and mouth are not correct.

lucky630 opened this issue · 6 comments

In nose_mouth_30.dat.bz2 numbers representing nose and mouth are not in sync with the image shown. Because of that not able to extract only mouth coordinates from landmarks

Hi @lucky630,
I've already spot the error.. I just need some time to generate the new models and upload everything.

@Luca96 , @lucky630

Also just wondering if it's possible to extract an eye-eyebrow-nose combination.

I just got the points which represent the mouth.if someone is using this model can get the mouth coordinates by using points.
[28,2,3,4,5,6,7,8,9,10,11,13,14,15,16,17,18,19,20,21].
I also tested this model accuracy is quite similar to the 68 - landmark points dlib model.
Thanks @Luca96 for providing this model

Thanks @lucky630.
Actually, I'm re-training the models so that the coordinates of the landmarks will be same, like in the figure (the ones in the repo).

In addition, I will provide an example training script.
Meanwhile, you can check this article for more insight about how to create models with a custom set of landmarks.

I've updated the models Commit ba43cc2 . Everything should be ok, now.

Thanks @Luca96.