Datasets:

Modalities:
Audio
Image
Formats:
arrow
ArXiv:
Libraries:
Datasets
License:
admin commited on
Commit
38c6249
·
1 Parent(s): 366d487
Files changed (2) hide show
  1. .gitignore +1 -1
  2. README.md +8 -42
.gitignore CHANGED
@@ -1,3 +1,3 @@
1
  rename.sh
2
- test.py
3
  *__pycache__*
 
1
  rename.sh
2
+ test.*
3
  *__pycache__*
README.md CHANGED
@@ -108,33 +108,7 @@ In this part, we present statistics at label level. The number of audio clips is
108
  | Class in the longest audio duartion interval | `boxian` |
109
 
110
  ## Dataset Structure
111
- ### Default Subset Structure
112
- <style>
113
- .datastructure td {
114
- vertical-align: middle !important;
115
- text-align: center;
116
- }
117
- .datastructure th {
118
- text-align: center;
119
- }
120
- </style>
121
- <table class="datastructure">
122
- <tr>
123
- <th>audio</th>
124
- <th>mel</th>
125
- <th>label</th>
126
- </tr>
127
- <tr>
128
- <td>.flac, 44100Hz</td>
129
- <td>.jpg, 44100Hz</td>
130
- <td>{onset_time : float64, offset_time : float, IPT : 7-class, note : int8}</td>
131
- </tr>
132
- </table>
133
-
134
- ### Eval Subset Structure
135
- | data(logCQT spectrogram) | label |
136
- | :----------------------: | :--------------: |
137
- | float64, 88 x 258 x 1 | float64, 7 x 258 |
138
 
139
  ### Data Instances
140
  .zip(.flac, .csv)
@@ -193,7 +167,7 @@ cd Guzheng_Tech99
193
  ```
194
 
195
  ## Mirror
196
- https://www.modelscope.cn/datasets/ccmusic-database/Guzheng_Tech99
197
 
198
 
199
  ## Additional Information
@@ -207,20 +181,12 @@ Dichucheng Li
207
  ### Citation Information
208
  ```bibtex
209
  @inproceedings{LiCMWYXL23,
210
- author = {Dichucheng Li and
211
- Mingjin Che and
212
- Wenwu Meng and
213
- Yulun Wu and
214
- Yi Yu and
215
- Fan Xia and
216
- Wei Li},
217
- title = {Frame-Level Multi-Label Playing Technique Detection Using Multi-Scale
218
- Network and Self-Attention Mechanism},
219
- booktitle = {{IEEE} International Conference on Acoustics, Speech and Signal Processing
220
- {ICASSP} 2023, Rhodes Island, Greece, June 4-10, 2023},
221
- pages = {1--5},
222
- publisher = {{IEEE}},
223
- year = {2023},
224
  }
225
  ```
226
 
 
108
  | Class in the longest audio duartion interval | `boxian` |
109
 
110
  ## Dataset Structure
111
+ <https://huggingface.co/datasets/ccmusic-database/Guzheng_Tech99/viewer>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
 
113
  ### Data Instances
114
  .zip(.flac, .csv)
 
167
  ```
168
 
169
  ## Mirror
170
+ <https://www.modelscope.cn/datasets/ccmusic-database/Guzheng_Tech99>
171
 
172
 
173
  ## Additional Information
 
181
  ### Citation Information
182
  ```bibtex
183
  @inproceedings{LiCMWYXL23,
184
+ author = {Dichucheng Li and Mingjin Che and Wenwu Meng and Yulun Wu and Yi Yu and Fan Xia and Wei Li},
185
+ title = {Frame-Level Multi-Label Playing Technique Detection Using Multi-Scale Network and Self-Attention Mechanism},
186
+ booktitle = {{IEEE} International Conference on Acoustics, Speech and Signal Processing {ICASSP} 2023, Rhodes Island, Greece, June 4-10, 2023},
187
+ pages = {1--5},
188
+ publisher = {{IEEE}},
189
+ year = {2023}
 
 
 
 
 
 
 
 
190
  }
191
  ```
192