Search code examples
pythonopencvintelface-recognitionopenvino

openvino model "age-gender-recognition-retail-0013.xml" for child identification


is it possible to add on age-gender-recognition-retail-0013 model to identify children age on openvino? If so, how can I retrain the model to make it able to identify the children age. Thank you in advance.


Solution

  • The age-gender-recognition-retail-0013 is able to recognize age of people in [18, 75] years old range, it is not applicable for children since their faces were not in the training set.

    Intel’s Pre-Trained Models are available in Open Model Zoo as Intermediate Representation (IR) format. The non-IR versions of pretrained models are not publicly provided, hence they cannot be used for retraining purpose.