Closed kaisark closed 5 years ago
You can use the existing facial recognition model and compare to gender cohorts (male / female) and age group cohorts (Youth, Adult, Mature, Senior) etc. This is how face++ and others will be doing it.
You can already do this in dlib.
Indeed, you can do this with the existing tools and to some extent with the published models. You can also easily train your own models for this using the tools in dlib. Making this sort of thing easy to do is the point of dlib, rather than providing many prebuilt models.
Warning: this issue has been inactive for 30 days and will be automatically closed on 2019-03-18 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Notice: this issue has been closed because it has been inactive for 35 days. You may reopen this issue if it has been closed in error.
Any plans to add Gender and Age to DLIB facial identification/feature analysis???
I heard IBM just released a new dataset that could be used for training: https://venturebeat.com/2019/01/29/ibm-releases-diversity-in-faces-a-dataset-of-over-1-million-annotations-to-help-reduce-facial-recognition-bias/
A few of the commercial facial identification services are including Age, Gender and Emotion, etc. https://www.faceplusplus.com/face-detection/#demo
Thanks.