You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BRID has two kinds of data: mixtures and solo tracks but we only have beat annotations for the mixtures. when we tried to load a random track to validate the annotations, the code broke because it was trying to get a track without the annotations
it is useful to provide all the tracks because people can work on other stuff than beat tracking, but maybe we should have a way of asking from a random track with annotations or general? something like ct = brid.choice_track(with_annotation=True)?
BRID has two kinds of data: mixtures and solo tracks but we only have beat annotations for the mixtures. when we tried to load a random track to validate the annotations, the code broke because it was trying to get a track without the annotations
steps to reproduce:
it is useful to provide all the tracks because people can work on other stuff than beat tracking, but maybe we should have a way of asking from a random track with annotations or general? something like
ct = brid.choice_track(with_annotation=True)
?cc: @magdalenafuentes
The text was updated successfully, but these errors were encountered: