sharathadavanne / seld-dcase2022

Baseline method for sound event localization task of DCASE 2022 challenge
50 stars 21 forks source link

Feature sequence length #8

Closed adrianSRoman closed 5 months ago

adrianSRoman commented 1 year ago

Hi all, thanks for sharing this repo.

I was wondering what is the meaning behind the parameter feat_seq_len? I am attempting to train a SeldNet model using the parameter per_file = True. However, I am not sure what the sequence length means since I am using tracks of variable duration and I seem to be getting feat_seq_len=250 for all of them.

Any clarification would be greatly appreciated. Thanks in advance!