disco-eth/edm-cue

Dataset

2

stars

12

commits

1

linked in READMEs

Jul 15, 2024

updated

music

README

from datasets import load_dataset
captions = load_dataset("disco-eth/edm-cue")

What is EDM-CUE?

The EDM-CUE dataset contains metadata for ~5k EDM tracks. Cue points are essential for DJs, so we asked the question "can they be placed by a learned system?" To Answer this question we gathered 21k cue points manually placed by human experts, and provide them in this dataset for future use.

To cite this dataset or for more information, please see Cue Point Estimation using Object Detection.

Dataset Structure

The dataset contains the following features:

  • id: Track ID on Deezer.
  • title: Track name.
  • artists: Track artists.
  • duration: Track duration in seconds.
  • genre: List of genres (possibly incomplete).
  • key: Alphanumeric key of the track generated by rekordbox (possibly incorrect).
  • beat_grid: Contains 4 values to compute the grid. 'start_pos' is the starting position in seconds, 'init_beat' is the beat count of 'start_pos', 'bpm' is the beats per minute tempo, and 'time_sig' is the time signature in string format.
  • cue_pts: Position of the cue point in seconds.

Contributors

lucala

11 commits

DISCOX

1 commits

disco-eth/edm-cue

Dataset

2

stars

12

commits

1

linked in READMEs

Jul 15, 2024

updated

music

README

from datasets import load_dataset
captions = load_dataset("disco-eth/edm-cue")

What is EDM-CUE?

The EDM-CUE dataset contains metadata for ~5k EDM tracks. Cue points are essential for DJs, so we asked the question "can they be placed by a learned system?" To Answer this question we gathered 21k cue points manually placed by human experts, and provide them in this dataset for future use.

To cite this dataset or for more information, please see Cue Point Estimation using Object Detection.

Dataset Structure

The dataset contains the following features:

  • id: Track ID on Deezer.
  • title: Track name.
  • artists: Track artists.
  • duration: Track duration in seconds.
  • genre: List of genres (possibly incomplete).
  • key: Alphanumeric key of the track generated by rekordbox (possibly incorrect).
  • beat_grid: Contains 4 values to compute the grid. 'start_pos' is the starting position in seconds, 'init_beat' is the beat count of 'start_pos', 'bpm' is the beats per minute tempo, and 'time_sig' is the time signature in string format.
  • cue_pts: Position of the cue point in seconds.

Contributors

lucala

11 commits

DISCOX

1 commits