Above is project file of age and gender prediction model and i am having problem with age prediction, its not predicting age accurately. if someone could help me in solving issue Asap!
Hi @samir_khan - are you having issues with both gender and age?
Gender should be fairly easy; I would just have an object detection model (or classification, if each image only contains one person) that only detects male and female.
For age, this is a bit trickier with the models available today. Generally I suggest ranging the model (so one class might be 0-15 years old, one class is 16-30, one class is 31-50, one class is 50+). You’ll need to pick ranges that fit the criteria of your project, though I’ll warn that getting a discreet estimate will be hard.