eveningglow / age-and-gender-classification

Caffe implementation of age and gender classification using convolutional neural network
113 stars 48 forks source link

how to use with a face detection model? #7

Open pango99 opened 4 years ago

pango99 commented 4 years ago

Thanks for your demo, you said if I want to analysis every person's gender and age at one image, I should use a face detection network to extract every person's face firstly, so I can use mtcnn to detect face,but should I preprocess the face image before send it to your network? I mean, should I align the face image, or not? extend the face rectangle, or not? I think I should extend the face rectangle to include more parts of hair,ear and jaw, is it right?