voxceleb_enrichment_age_gender icon indicating copy to clipboard operation
voxceleb_enrichment_age_gender copied to clipboard

Code and data repository for paper "VoxCeleb enrichment for Age and Gender recognition" submitted at ASRU 2021

Results 5 voxceleb_enrichment_age_gender issues
Sort by recently updated
recently updated
newest added

Thank you for creating this dataset. When inspecting [final_dataframe_extended.csv](https://github.com/hechmik/voxceleb_enrichment_age_gender/blob/main/dataset/final_dataframe_extended.csv), I found that no VoxCeleb ID starts with `id1xx`, which indicates VoxCeleb1. All VoxCeleb ID in that file start with `id0xx`,...

Hi, Thank you for sharing the code. I was trying to understand how to predict age for a new test set? I have a csv file with utterance_ids and paths....

Hi,author,thanks for great work!I want to test your pre-train model,Can you give me your test set file test_data.npz? I try to creation it , but fail. I just need mfcc...

Hi, Thanks for the nice repository, I have a question regarding train test phase in some of the notebooks: You are loading a npc data files (e.g., '/media/hdd1/khaled/npz_files/final_version/test_data.npz') that constructs...

Hello! ASVTorch generates 24 MFCCs, so the MFCCS are (n, 24) shape. Your input is (200, 30). Where is the 30 from? Can you please provide some test samples?