File size: 1,942 Bytes
15d1f61
 
386ecee
 
 
 
 
 
 
 
 
 
15d1f61
cc0ee36
15d1f61
 
 
20afec1
15d1f61
 
 
 
 
 
 
 
 
 
 
 
 
 
20afec1
202be4f
20afec1
 
 
 
202be4f
 
 
15d1f61
 
 
 
 
 
 
 
 
 
 
09e5aec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
license: mit
datasets:
  - ccmusic-database/song_structure
language:
  - en
metrics:
  - accuracy
pipeline_tag: audio-classification
tags:
  - music
  - art
---
# Intro
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.

## Evaluation result
<img src="https://www.modelscope.cn/api/v1/models/ccmusic-database/song_structure/repo?Revision=master&FilePath=.%2Fsegment_results.jpg&View=true">

## Download
### By Git
```bash
git clone https://www.modelscope.cn/ccmusic-database/song_structure.git
pip install modelscope
```

### By API
```python
from modelscope import snapshot_download
model_dir = snapshot_download('ccmusic-database/song_structure')
```

## Dataset
<https://huggingface.co/datasets/ccmusic-database/song_structure>

## Mirror
<https://www.modelscope.cn/models/ccmusic-database/song_structure>

## Evaluation
<https://github.com/monetjoe/ccmusic_eval/tree/msa>

## Cite
```bibtex
@dataset{zhaorui_liu_2021_5676893,
  author       = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
  title        = {CCMusic: an Open and Diverse Database for Chinese and General Music Information Retrieval Research},
  month        = {mar},
  year         = {2024},
  publisher    = {HuggingFace},
  version      = {1.2},
  url          = {https://huggingface.co/ccmusic-database}
}
```