dlib-android icon indicating copy to clipboard operation
dlib-android copied to clipboard

Query for faster live camera face recognition and landmarking?

Open shubhwicked opened this issue 8 years ago • 2 comments

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

shubhwicked avatar Dec 21 '16 05:12 shubhwicked

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.

EzequielAdrianM avatar Apr 07 '17 02:04 EzequielAdrianM

@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 ?

ldima avatar May 30 '18 13:05 ldima