-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdatasets.php
110 lines (104 loc) · 4.46 KB
/
datasets.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html>
<head>
<?php include 'head.php'; ?>
</head>
<body>
<div id="container">
<?php include 'header.php'; ?>
<div id="spacer"><img src="img/barstaff.png" alt="staff2circuit" style="width:900px"></div>
<div id="content-container">
<?php include 'navigation.php'; ?>
<div id="content">
<h2 id="resources">Datasets</h2>
<p>
The list of datasets presented here is not exhaustive, please refer to <a href="http://www.audiocontentanalysis.org/data-sets/">http://www.audiocontentanalysis.org/data-sets/</a> for an exhaustive list.
</p>
<table style="width:100%">
<tr>
<td><b>Description</b></td>
<td><b>Link</b></td>
</tr>
<tr>
<td>Primary resource for the Million Song Dataset</td>
<td>[<a href="http://labrosa.ee.columbia.edu/millionsong/">link</a>]</td>
</tr>
<tr>
<td>Various datasets hosted by the MTG</td>
<td>[<a href="http://mtg.upf.edu/download/datasets">link</a>]</td>
</tr>
<tr>
<td>Alternative resource for the Million Song Dataset: Feature Sets and Benchmark splits.
</td>
<td>[<a href="http://www.ifs.tuwien.ac.at/mir/msd/">link</a>]</td>
</tr>
<tr>
<td>Home page of the McGill Billboard annotations, containing time-aligned
chord annotations and structural analyses of a randomised sample of over
1000 songs from the American Billboard Hot 100 charts between 1958 and 1991.</td>
<td>[<a href="http://ddmal.music.mcgill.ca/billboard">link</a>] </td>
</tr>
<tr>
<td>A dataset of MusicXML excerpts and corresponding Schenkerian analyses in
a computer-readable format.</td>
<td>[<a href="http://www.cs.rhodes.edu/~kirlinp/schenker/">link</a>]</td>
</tr>
<tr>
<td>Reference data for computational music analysis. Now contains a dataset of
ground truth structures for fugues.</td>
<td>[<a href="http://algomus.fr/truth/">link</a>]</td>
</tr>
<tr>
<td>The "Million Musical Tweets Dataset" (MMTD) contains listening histories
inferred from microblogs. Each listening event identified via twitter-id and
user-id is annotated with temporal (date, time, weekday, timezone), spatial
(longitude, latitude, continent, country, county, state, city), and contextual
(information on the country) information. In addition, pointers to artist and
track are provided as a matter of course.</td>
<td>[<a href="http://www.cp.jku.at/datasets/MMTD/">link</a>]</td>
</tr>
<tr>
<td>The "MusicMicro 11.11-09.12" data set contains listening histories inferred
from microblogs. Each listening event identified via twitter-id and user-id is
annotated with temporal (month and weekday) and spatial (longitude, latitude,
country, and city) information. In addition, pointers to artist and track
are provided as a matter of course.</td>
<td>[<a href="http://www.cp.jku.at/datasets/musicmicro/index.html">link</a>] </td>
</tr>
<tr>
<td>The MusiClef 2012 - Multimodal Music Data Set provides editorial metadata,
various audio features, user tags, web pages, and expert labels on a set of 1355
popular songs. It was used in the MusiClef 2012
<a href="http://multimediaeval.org/mediaeval2012/newtasks/music2012/index.html">Evaluation Campaign</a>.</td>
<td>[<a href="http://www.cp.jku.at/datasets/musiclef/index.html">link</a>]</td>
</tr>
<tr>
<td>Index of contents of the GTZAN dataset.</td>
<td>[<a href="http://imi.aau.dk/~bst/software/GTZANindex.txt">link</a>] </td>
</tr>
<tr>
<td>List of replicas found in the Latin Music Database.</td>
<td>[<a href="http://media.aau.dk/null_space_pursuits/2014/02/faults-in-the-latin-music-database.html">link</a>]</td>
</tr>
<tr>
<td>List of replicas found in the Ballroom dataset.</td>
<td>[<a href="http://media.aau.dk/null_space_pursuits/2014/01/ballroom-dataset.html">link</a>]</td>
</tr>
<tr>
<td>Saarland Music Data (SMD) - SMD supplies free music recordings of Western
classical music (SMD Western Music) as well as MIDI-audio pairs (SMD MIDI-Audio Piano Music),
which have been generated by using hybrid acoustic / digital pianos (Disklavier).</td>
<td>[<a href="http://resources.mpi-inf.mpg.de/SMD/">link</a>]</td>
</tr>
<tr>
<td>Music Synchronization for RWC Music Database (Classical Music) - Website for
synchronized MIDI-audio pairs obtained from the synchronization procedure. </td>
<td>[<a href="http://resources.mpi-inf.mpg.de/MIR/SyncRWC60/">link</a>]</td>
</tr>
</table>
</br>
</div>
<?php include 'footer.php'; ?>
</div>
</div>
</body>
</html>