yu4u / age-gender-estimation

Keras implementation of a CNN network for age and gender estimation
MIT License
1.46k stars 501 forks source link

accuracy with different face detector #65

Closed sbharadwajj closed 5 years ago

sbharadwajj commented 5 years ago

@yu4u Hi,

yu4u commented 5 years ago

Hi, @chichilicious

sbharadwajj commented 5 years ago

Hi,

yu4u commented 5 years ago

Hmm... One more thing, how about the range of pixel values (0-1 or 0-255).

If you save the inputs to the model created from both detectors, and the saved images are similar, there seems to be nothing wrong the code...

sbharadwajj commented 5 years ago

I verified that too. It is the same.

yu4u commented 5 years ago

😕

How "bad" are the results? If the results were worse than that of dlib but they are somewhat reasonable, it would be limitation of the model...

sbharadwajj commented 5 years ago

Actually, on further testing, I found out that they are somewhat reasonable compared to dlib. It lies in the same approximate range. But when I tested the model with another dataset, the performance was poor. But again that is probably the limitation of the model. Thanks for the help!