admin
commited on
Commit
·
fedd9ff
1
Parent(s):
f54b245
add ignore
Browse files- .gitignore +1 -0
- README.md +4 -4
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
rename.sh
|
README.md
CHANGED
@@ -31,13 +31,13 @@ The raw dataset comprises 300 pop songs in .mp3 format, sourced from the NetEase
|
|
31 |
</style>
|
32 |
<table class="datastructure">
|
33 |
<tr>
|
34 |
-
<th>audio
|
35 |
-
<th>mel
|
36 |
<th>label</th>
|
37 |
</tr>
|
38 |
<tr>
|
39 |
-
<td
|
40 |
-
<td
|
41 |
<td>{onset_time:uint32,offset_time:uint32,structure:string}</td>
|
42 |
</tr>
|
43 |
<tr>
|
|
|
31 |
</style>
|
32 |
<table class="datastructure">
|
33 |
<tr>
|
34 |
+
<th>audio</th>
|
35 |
+
<th>mel</th>
|
36 |
<th>label</th>
|
37 |
</tr>
|
38 |
<tr>
|
39 |
+
<td>.mp3, 22050Hz</td>
|
40 |
+
<td>.jpg, 22050Hz</td>
|
41 |
<td>{onset_time:uint32,offset_time:uint32,structure:string}</td>
|
42 |
</tr>
|
43 |
<tr>
|