-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
923b3bd
commit 6c7a4ad
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |