0

I am working on a Android project in which I have to detect faces and then show the age probability of all detected images. I am using the play-services-vision API for this purpose, and I have successfully detected the faces.

By using a Face instance of this API I can only detect the smiling probability and left or right eye open probability.

Is it possible by using this API I can estimate the age and if it is then how?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Khurram Ansar
  • 97
  • 1
  • 10

1 Answers1

0

The Google Cloud Vision FaceAnnotation does not support Age & Gender detection;

but other providers can ... see this comparison chart.

Martin Zeitler
  • 1
  • 19
  • 155
  • 216