admin commited on
Commit
20afec1
·
1 Parent(s): 15d1f61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -5,7 +5,7 @@ license: mit
5
  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.
6
 
7
  ## Evaluation result
8
- <img src="./segment_results.jpg">
9
 
10
  ## Download
11
  ### By Git
@@ -20,6 +20,12 @@ from modelscope import snapshot_download
20
  model_dir = snapshot_download('ccmusic-database/song_structure')
21
  ```
22
 
 
 
 
 
 
 
23
  ## Cite
24
  ```bibtex
25
  @dataset{zhaorui_liu_2021_5676893,
 
5
  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.
6
 
7
  ## Evaluation result
8
+ <img src="https://www.modelscope.cn/api/v1/models/ccmusic-database/song_structure/repo?Revision=master&FilePath=.%2Fsegment_results.jpg&View=true">
9
 
10
  ## Download
11
  ### By Git
 
20
  model_dir = snapshot_download('ccmusic-database/song_structure')
21
  ```
22
 
23
+ ## Dataset
24
+ <https://www.modelscope.cn/datasets/ccmusic-database/song_structure>
25
+
26
+ ## Mirror
27
+ <https://www.modelscope.cn/models/ccmusic-database/song_structure>
28
+
29
  ## Cite
30
  ```bibtex
31
  @dataset{zhaorui_liu_2021_5676893,