Update README.md
Browse files
README.md
CHANGED
@@ -51,9 +51,9 @@ tags:
|
|
51 |
|
52 |
# What is EDM-CUE?
|
53 |
|
54 |
-
The EDM-CUE dataset contains metadata for ~5k EDM tracks,
|
55 |
|
56 |
-
|
57 |
|
58 |
|
59 |
## Dataset Structure
|
@@ -67,5 +67,5 @@ The dataset contains the following features:
|
|
67 |
* genre: List of genres (possibly incomplete).
|
68 |
* key: Alphanumeric key of the track generated by rekordbox (possibly incorrect).
|
69 |
* 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.
|
70 |
-
* cue_pts:
|
71 |
|
|
|
51 |
|
52 |
# What is EDM-CUE?
|
53 |
|
54 |
+
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.
|
55 |
|
56 |
+
To cite this dataset or for more information, please see [*Cue Point Estimation using Object Detection*](https://www.arxiv.org/abs/2407.06823). This work was was accepted at ISMIR'24.
|
57 |
|
58 |
|
59 |
## Dataset Structure
|
|
|
67 |
* genre: List of genres (possibly incomplete).
|
68 |
* key: Alphanumeric key of the track generated by rekordbox (possibly incorrect).
|
69 |
* 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.
|
70 |
+
* cue_pts: Position of the cue point in seconds.
|
71 |
|