To predict the speaker height and age without training the model use the python file in predict_without_training/scripts/cnn_fstat_2output_HT_age_predict.py
The input the script is
- path to your 60 MFCC features.
- filename for the predicted lables.
- No.of frames to be considered for predicting
- No.of frames to be shifted. Usage: python cnn_fstat_2output_HT_age_predict sre_test_ht_age.list predicted_lables.out 150 75
These models are trained gender specific, change the trained models and weight files corresponding to the gender which needs to be predicted (Eg: change male from female and vice-versa)