2

I need to find landmarks of given face image. There are some good libs but I am not sure how big their size in my mobile app since all of them requires training data which have really big file sizes. My priorities are, small file size and landmark detection accuracy, it does not have to be very fast.

Note : Images will be loaded by user so there is no predefined condition. App will detect face and its landmarks.

Example for the reqired quality of landmarks

user65721
  • 2,833
  • 3
  • 19
  • 28

1 Answers1

0

There is a very good library for Face landmark detection such as dlib and dlib' real time face pose detector does a good job in ladnmark detection.

Here are some good questions asked about using dlib with android

Community
  • 1
  • 1