HazyResearch / meerkat

Creative interactive views of any dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Check for empty examples in AudioSet

seyuboglu opened this issue · comments

There are some examples in audioset who's start time and end time are outside of the length of the video. For example,

balanced_train_segments/YTID=kKf9OprN9nw_st=400.0_et=410.wav ```

When creating the Audioset DataPanel we should check for this and remove those rows.