Datasets:

Modalities:
Audio
Image
Formats:
arrow
ArXiv:
Libraries:
Datasets
License:
admin commited on
Commit
6e96d9c
·
1 Parent(s): 5ae1d04

add cls labels name

Browse files
Files changed (1) hide show
  1. README.md +44 -6
README.md CHANGED
@@ -21,7 +21,26 @@ dataset_info:
21
  - name: mel
22
  dtype: image
23
  - name: label
24
- dtype: sequence
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  splits:
26
  - name: train
27
  num_bytes: 242218
@@ -37,13 +56,32 @@ dataset_info:
37
  - config_name: eval
38
  features:
39
  - name: mel
40
- dtype: array3d
 
 
 
 
 
41
  - name: cqt
42
- dtype: array3d
 
 
 
 
 
43
  - name: chroma
44
- dtype: array3d
 
 
 
 
 
45
  - name: label
46
- dtype: array2d
 
 
 
 
47
  splits:
48
  - name: train
49
  num_bytes: 1190227192
@@ -184,7 +222,7 @@ Dichucheng Li
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
  }
 
21
  - name: mel
22
  dtype: image
23
  - name: label
24
+ dtype:
25
+ sequence:
26
+ feature:
27
+ - name: onset_time
28
+ dtype: float32
29
+ - name: offset_time
30
+ dtype: float32
31
+ - name: IPT
32
+ dtype:
33
+ class_label:
34
+ names:
35
+ '0': Vibrato
36
+ '1': Plucks
37
+ '2': Upward_Portamento
38
+ '3': Downward_Portamento
39
+ '4': Glissando
40
+ '5': Tremolo
41
+ '6': Point_Note
42
+ - name: note
43
+ dtype: int8
44
  splits:
45
  - name: train
46
  num_bytes: 242218
 
56
  - config_name: eval
57
  features:
58
  - name: mel
59
+ dtype:
60
+ array3_d:
61
+ shape:
62
+ - 128
63
+ - 258
64
+ - 1
65
  - name: cqt
66
+ dtype:
67
+ array3_d:
68
+ shape:
69
+ - 88
70
+ - 258
71
+ - 1
72
  - name: chroma
73
+ dtype:
74
+ array3_d:
75
+ shape:
76
+ - 12
77
+ - 258
78
+ - 1
79
  - name: label
80
+ dtype:
81
+ array2_d:
82
+ shape:
83
+ - 7
84
+ - 258
85
  splits:
86
  - name: train
87
  num_bytes: 1190227192
 
222
  author = {Dichucheng Li and Mingjin Che and Wenwu Meng and Yulun Wu and Yi Yu and Fan Xia and Wei Li},
223
  title = {Frame-Level Multi-Label Playing Technique Detection Using Multi-Scale Network and Self-Attention Mechanism},
224
  booktitle = {{IEEE} International Conference on Acoustics, Speech and Signal Processing {ICASSP} 2023, Rhodes Island, Greece, June 4-10, 2023},
225
+ pages = {1-5},
226
  publisher = {{IEEE}},
227
  year = {2023}
228
  }