bagustris / ccc_mse_ser

Repository for my paper: Evaluation of Error and Correlation-Based Loss Functions For Multitask Learning Dimensional Speech Emotion Recognition
18 stars 5 forks source link

Question about y_egemaps.npy #1

Open AlienDear opened 7 months ago

AlienDear commented 7 months ago

Hi Professor Bagus,I noticed that the y_egemaps.npy file extracted using the IEMOCAP database was used during VAD training, but I did not find the code to generate the file in the code.I am wondering if you could kindly send me the source program and the necessary information about it. I promise they will be used only for research purposed. Thank you very much for your kind consideration and I am looking forward to your early reply. @bagustris

bagustris commented 7 months ago

@AlienDear

Thanks for the inquiry, this repo is old and I can track my code to generate that `y_egemaps.npy.

I added new directory save_features to show how to extract features. y_egemaps,npy is a label file saved in numpy, so just create it from the database (e.g., IEMOCAP). You could also search in my other repositories.

https://github.com/search?q=owner%3Abagustris+y_egemaps.npy&type=code

AlienDear commented 7 months ago

@bagustris Thank you very much for your response. I found the generated files in your other code repositories, but I only found the source code file related to y_egemaps.npy generated from the ravdess database. I would like to inquire if you have the source code for generating npy files corresponding to the IEMOCAP database. If so, would it be possible for you to upload it?

bagustris commented 7 months ago

@AlienDear

I uploaded y_egemaps under data. You may reverse engineer to similar data not provided here from that data.