ASDNet icon indicating copy to clipboard operation
ASDNet copied to clipboard

issue with data/slice_audio_tracks.py line 12

Open anikdatos opened this issue 2 years ago • 0 comments

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.

anikdatos avatar Jan 18 '22 05:01 anikdatos