Hello,
among the models that can be downloaded in hailo model zoo, are there any pre-trained for gender classification?
Moreovere, where can I check the list of inferred classes?
Thanks in advance
Hello,
among the models that can be downloaded in hailo model zoo, are there any pre-trained for gender classification?
Moreovere, where can I check the list of inferred classes?
Thanks in advance
Hey @luciccone,
We don’t have a specific model for gender classification. You will need to retrain an existing classification model using a dataset containing gender labels.
As for the inferred classes, you can find them in /hailo_model_zoo/cfg/networks/{model_name}.yaml under training data and validation data.
Hi @luciccone
This is not part of Hailo model zoo, but we trained and integrated such models to our PySDK. Please see our guide: [Face Detection + Gender Classification: Pipelining two models on Hailo devices] (Face Detection + Gender Classification: Pipelining two models on Hailo devices) for an example.