admin
commited on
Commit
·
579dbe8
1
Parent(s):
eea41e0
add cite
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ tags:
|
|
11 |
- music
|
12 |
- art
|
13 |
---
|
|
|
14 |
# Intro
|
15 |
Our evaluation methodology adopted the approach for structural segmentation evaluation outlined in the Harmonix set, which employed Structural Features for boundary identification, and 2D-Fourier Magnitude Coefficients (2D-FMC) for segment labeling based on acoustic similarity. CQT features serve as input features for the algorithm. The algorithm is implemented using Music Structure Analysis Framework (MSAF). For evaluation metrics, the F-measure is reported for the following metrics: Hit Rate with 0.5 and 3-second windows for boundary retrieval, Pairwise Frame Clustering and Entropy Scores for segment labeling. The evaluation is implemented using mir_eval.
|
16 |
|
@@ -33,4 +34,18 @@ cd song_structure
|
|
33 |
<https://www.modelscope.cn/models/ccmusic-database/song_structure>
|
34 |
|
35 |
## Evaluation
|
36 |
-
[](https://github.com/monetjoe/ccmusic_eval/tree/msa)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- music
|
12 |
- art
|
13 |
---
|
14 |
+
|
15 |
# Intro
|
16 |
Our evaluation methodology adopted the approach for structural segmentation evaluation outlined in the Harmonix set, which employed Structural Features for boundary identification, and 2D-Fourier Magnitude Coefficients (2D-FMC) for segment labeling based on acoustic similarity. CQT features serve as input features for the algorithm. The algorithm is implemented using Music Structure Analysis Framework (MSAF). For evaluation metrics, the F-measure is reported for the following metrics: Hit Rate with 0.5 and 3-second windows for boundary retrieval, Pairwise Frame Clustering and Entropy Scores for segment labeling. The evaluation is implemented using mir_eval.
|
17 |
|
|
|
34 |
<https://www.modelscope.cn/models/ccmusic-database/song_structure>
|
35 |
|
36 |
## Evaluation
|
37 |
+
[](https://github.com/monetjoe/ccmusic_eval/tree/msa)
|
38 |
+
|
39 |
+
## Cite
|
40 |
+
```bibtex
|
41 |
+
@dataset{zhaorui_liu_2021_5676893,
|
42 |
+
author = {Zhaorui Liu and Zijin Li},
|
43 |
+
title = {Music Data Sharing Platform for Computational Musicology Research (CCMUSIC DATASET)},
|
44 |
+
month = nov,
|
45 |
+
year = 2021,
|
46 |
+
publisher = {Zenodo},
|
47 |
+
version = {1.1},
|
48 |
+
doi = {10.5281/zenodo.5676893},
|
49 |
+
url = {https://doi.org/10.5281/zenodo.5676893}
|
50 |
+
}
|
51 |
+
```
|