How to compare test images using BPNN for age estimation?

1 view (last 30 days)
I am doing my project in age estimation using gabor filtering and LBP. I have got input from extracted features but dont know from where to get target to feed to neural network.

Accepted Answer

Image Analyst
Image Analyst on 1 Aug 2020
The Mathworks has a demo. Ask them for it. Here's a snippet:
% Copyright 2018 The MathWorks, Inc.
function faceGenderAgeDetection(detectGender, detectAge, detectEmotion)
% This demo showcases the use of different deep neural networks to:
% 1. Detect faces
% 2. Classify detected faces between male and female
% 3. Predict age of detected faces
% 4. Predict emotion of detected faces
  2 Comments
Nikhila
Nikhila on 5 Aug 2020
I have seen that program and asked for it but didnt get help.
My extracted feature for 1 image is 1*4 matrics. I take 3 input images of 3 age groups(0-10;11-30;31-60) for testing, so my target should be 3*4 matrics. i need to know how i train 3 input images for tesing
Image Analyst
Image Analyst on 5 Aug 2020
I've attached it. I think they won't mind.
Sorry - that's all I can help with. Good luck though.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!