tzutalin / dlib-android

:dragon: Port dlib to Android
MIT License
867 stars 268 forks source link

Query for faster live camera face recognition and landmarking? #29

Open shubhwicked opened 7 years ago

shubhwicked commented 7 years ago

I need to get faster camera preview with face landmarks, it normally take 200 ms to perform the operation on each video frame, can anything should be done for faster face landmarking.

thank you

EzequielAdrianM commented 7 years ago

There are several things you can do to make the detector faster. Please refer to my StackOverflow answer. It will give you the necessary steps to achieve your goal.

ldima commented 6 years ago

@EzequielAdrianM Hi. I compiled this library and I have rasult = about 100-150 ms to recognize face and detect landmarks. https://github.com/gicheonkang/fast-face-android this example contained compiled .so - and this app has result about 50ms to recongize face and detect landmarks.

Could you help me - how could I increase speed ?