Open shubhwicked opened 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.
@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 ?
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