Update README.md
Browse files
README.md
CHANGED
|
@@ -48,3 +48,24 @@ configs:
|
|
| 48 |
tags:
|
| 49 |
- music
|
| 50 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
tags:
|
| 49 |
- music
|
| 50 |
---
|
| 51 |
+
|
| 52 |
+
# What is EDM-CUE?
|
| 53 |
+
|
| 54 |
+
The EDM-CUE dataset contains metadata for ~5k EDM tracks, most importantly cue points manually placed by human experts.
|
| 55 |
+
|
| 56 |
+
For more information see our ISMIR'24 paper *Cue Point Estimation using Object Detection* [link coming soon].
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
## Dataset Structure
|
| 60 |
+
|
| 61 |
+
The dataset contains the following features:
|
| 62 |
+
|
| 63 |
+
* id: Track ID on Deezer.
|
| 64 |
+
* title: Track name.
|
| 65 |
+
* artists: Track artists.
|
| 66 |
+
* duration: Track duration in seconds.
|
| 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: Cue point position in seconds.
|
| 71 |
+
|