Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardogiampiccolo authored Jul 9, 2024
1 parent 923b3bd commit 6c7a4ad
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="utf-8" />
<title>Benchmarking Music Demixing Models for Deep Drum Source Separation</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css">
</head>

<body>
<div class="container">
<header class="header">
<table border="0">
<tr>
<td>
<h1>Benchmarking Music Demixing Models for Deep Drum Source Separation</h1>
<h2>Audio Samples</h2>
</td>
</tr>
</table>

</header>

<div class="visible" id="area2">

<style>
th, td {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
td.proposed {
font-weight: bold;
font-family: Arial bold, sans-serif;
}
</style>


<p>
The following audio samples are provided as supplementary material for the article <b>Benchmarking Music Demixing Models for Deep Drum Source Separation</b>, authored by A. I. Mezza, R. Giampiccolo, A. Bernardini, and A. Sarti, and submitted to the <em>IEEE 5th International Symposium on the Internet of Sounds</em>.
</p>


<br><br>
<h2>Audio Samples</h2>
<br>
<p>Audio samples will be uploaded soon.</p>


<br><br>

<footer class="footer">
<p>

</p>
</footer>
</div>
<div>
<br></br>
</div>



</body>
</html>

0 comments on commit 6c7a4ad

Please sign in to comment.