How to compare test images using BPNN for age estimation?

1 次查看(过去 30 天)
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.

采纳的回答

Image Analyst
Image Analyst 2020-8-1
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 个评论
Nikhila
Nikhila 2020-8-5
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 2020-8-5
I've attached it. I think they won't mind.
Sorry - that's all I can help with. Good luck though.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by