Views
No views yet
1from huggingface_hub import snapshot_download
2
3model_dir = snapshot_download(
4 "ccmusic-database/erhu_playing_tech",
5 cache_dir="./__pycache__",
6)
7print(model_dir)1GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:ccmusic-database/erhu_playing_tech
2cd erhu_playing_tech| Backbone | Mel | CQT | Chroma |
|---|---|---|---|
| Swin-S | 0.978 | 0.940 | 0.903 |
| Swin-T | 0.994 | 0.958 | 0.957 |
| AlexNet | 0.960 | 0.970 | 0.933 |
| ConvNeXt-T | 0.994 | 0.993 | 0.954 |
| ShuffleNet-V2-X2.0 | 0.990 | 0.923 | 0.887 |
| GoogleNet | 0.986 | 0.981 | 0.908 |
| SqueezeNet1.1 | 0.932 | 0.939 | 0.875 |
| Average | 0.976 | 0.958 | 0.917 |
| Loss curve | ![]() |
|---|---|
| Training and validation accuracy | ![]() |
| Confusion matrix | ![]() |
1@article{Zhou-2025,
2 author = {Monan Zhou and Shenyang Xu and Zhaorui Liu and Zhaowen Wang and Feng Yu and Wei Li and Baoqiang Han},
3 title = {CCMusic: An Open and Diverse Database for Chinese Music Information Retrieval Research},
4 journal = {Transactions of the International Society for Music Information Retrieval},
5 volume = {8},
6 number = {1},
7 pages = {22--38},
8 month = {Mar},
9 year = {2025},
10 url = {https://doi.org/10.5334/tismir.194},
11 doi = {10.5334/tismir.194}
12}