hrastnik / FaceSwap

Real-time FaceSwap application built with OpenCV and dlib
MIT License
679 stars 189 forks source link

Can you get more than 68 points on face? #4

Open vudangthinh opened 8 years ago

vudangthinh commented 8 years ago

I see that in Snapchat, they can get more than 68 points on face like the picture below: img_0241

Do you know how to get the number of points like Snapchat do? Thanks

hrastnik commented 8 years ago

You can get more points by training your own shape model, but the cost is longer computation time per frame. You could try performing a Delaunay triangulation on the existing points and extracting the centers of those triangles as new facial points.