ASDNet
ASDNet copied to clipboard
issue with data/slice_audio_tracks.py line 12
https://github.com/okankop/ASDNet/blob/a16c5ede4f07278b25e1f61a10623bd34b69437b/data/slice_audio_tracks.py#L12
Because only labels 0 and 1 are filtered out, label 2 ("SPEAKING_NOT_AUDIBLE") audio isn't saved in slices. While reading the labels in core/dataset.py (line 28), all 2 labels are converted to 0 but the audio data corresponding to label 2 are missing.
Can you please check this.