add dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- audio
|
| 7 |
+
- music
|
| 8 |
+
- music-source-separation
|
| 9 |
+
- youtube
|
| 10 |
+
pretty_name: MUSIC21
|
| 11 |
+
size_categories:
|
| 12 |
+
- n<1K
|
| 13 |
+
task_categories:
|
| 14 |
+
- audio-classification
|
| 15 |
+
- audio-to-audio
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# MUSIC21 (audio dump)
|
| 19 |
+
|
| 20 |
+
This dataset contains audio tracks downloaded from YouTube according to the
|
| 21 |
+
official MUSIC21 video-id list released by Zhao et al.
|
| 22 |
+
(*The Sound of Pixels*, ECCV 2018, and follow-up *MUSIC-21*).
|
| 23 |
+
|
| 24 |
+
* Source list : <https://github.com/roudimit/MUSIC_dataset>
|
| 25 |
+
* Download tool: yt-dlp 2026.03.17 + yt-dlp-ejs + deno (n-challenge solver)
|
| 26 |
+
* Date crawled : 2026-05-22
|
| 27 |
+
|
| 28 |
+
## Statistics
|
| 29 |
+
|
| 30 |
+
| Field | Value |
|
| 31 |
+
|---|---|
|
| 32 |
+
| Original IDs in `id.txt` | 934 |
|
| 33 |
+
| Successfully downloaded | 927 |
|
| 34 |
+
| Unavailable on YouTube | 7 (private / removed / region-blocked) |
|
| 35 |
+
| Total size | ~4.4 GB |
|
| 36 |
+
| Format | mp3, best available bitrate |
|
| 37 |
+
|
| 38 |
+
The 7 missing IDs are listed in `unavailable.txt`.
|
| 39 |
+
|
| 40 |
+
## Files
|
| 41 |
+
|
| 42 |
+
```
|
| 43 |
+
audio/<youtube_id>.mp3 # 927 files
|
| 44 |
+
id.txt # original 934 ids (one per line)
|
| 45 |
+
unavailable.txt # 7 ids that could not be retrieved
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
## License & disclaimer
|
| 49 |
+
|
| 50 |
+
Audio is downloaded from YouTube and the underlying copyright belongs to the
|
| 51 |
+
respective uploaders. This dump is released **for non-commercial research only**
|
| 52 |
+
in line with the original MUSIC / MUSIC21 dataset usage convention. If you are
|
| 53 |
+
the rights holder of any clip and wish it to be removed, please open an issue
|
| 54 |
+
on this repo.
|
| 55 |
+
|
| 56 |
+
## Citation
|
| 57 |
+
|
| 58 |
+
```bibtex
|
| 59 |
+
@inproceedings{zhao2018sound,
|
| 60 |
+
title = {The Sound of Pixels},
|
| 61 |
+
author = {Zhao, Hang and Gan, Chuang and Rouditchenko, Andrew and Vondrick, Carl and McDermott, Josh and Torralba, Antonio},
|
| 62 |
+
booktitle = {ECCV},
|
| 63 |
+
year = {2018}
|
| 64 |
+
}
|
| 65 |
+
```
|