ColeMurray / age-gender-estimation-tutorial

Tutorial for creating multi-task age and gender estimator in Tensorflow
40 stars 14 forks source link

Can this tutorial being used to detect both age and gender in one foreground network #13

Closed DanielXu123 closed 5 years ago

DanielXu123 commented 5 years ago

Hi, Cole

Could you pls upload some testing method and demo trained models?

And, can this model directly predict both age and gender in once computation?

Or .. bascially, this is two seperate network, once for age classification and the other is for gender, and run one by one.

ColeMurray commented 5 years ago

Hello @DanielXu123 , Unfortunately, I am unable to upload trained models at this time.

Yes, this architecture can be used to predict both age and gender in one call.