MihawkHu / DCASE2020_task1

Code for DCASE 2020 task 1a and task 1b.
MIT License
85 stars 28 forks source link

Is 'fold1_train_full.csv' has to change into 'fold1_trainall_full.csv' or 'fold1_train_all.csv' ? #6

Closed jiminbot20 closed 3 years ago

jiminbot20 commented 3 years ago

https://github.com/MihawkHu/DCASE2020_task1/blob/44187eb3c882c8c82ea0721145cbb9ea624a3b4e/task1a/10class/fcnn/train_fcnn.py#L29

There is no such exact filename matching with 'fold1_train_full.csv' image

Is 'fold1_train_full.csv' has to change into 'fold1_trainall_full.csv' or 'fold1_train_all.csv' ?

MihawkHu commented 3 years ago

Hi, thanks for your interests. Yes it depends how your training csv file is named. You can change it to the real file name u are using.

jiminbot20 commented 3 years ago

Thanks a lot!

Noumanijaz744 commented 2 years ago

Hi your reply will be really helpful for me. for implementing task1a 3class the evaluation setup contain audio labels from other devices also but the official datasets evaluation setup only contain the audio files of device A ?can you please guide me i have extracted 128 logmel features for 3class development datasets . i will be really thankful of your greatness to reply me and guide accordingly to run your code