zweigraf / face-landmarking-ios

👦 Basic face landmarking on iPhone with Dlib via Swift & ObjC++
481 stars 125 forks source link

How to do this face landmarking with image #21

Closed WaqarKhalid closed 7 years ago

WaqarKhalid commented 7 years ago

I want to use still image from my phone gallery for landmarking.How can I do that?

zweigraf commented 7 years ago

Check #11 & #3 for more information. Basically you need to get the pixel buffer of the image and then run that through a modified version of this app. Please use the other issue for further discussion.