Views
No views yet
1from huggingface_hub import snapshot_download
2
3model_dir = snapshot_download(
4 "ccmusic-database/Guzheng_Tech99",
5 cache_dir="./__pycache__",
6)
7print(model_dir)1GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:ccmusic-database/Guzheng_Tech99
2cd Guzheng_Tech99| Backbone | Mel | CQT | Chroma |
|---|---|---|---|
| ViT-B-16 | 0.705 | 0.518 | 0.508 |
| Swin-T | 0.849 | 0.783 | 0.766 |
| VGG19 | 0.862 | 0.799 | 0.665 |
| EfficientNet-V2-L | 0.783 | 0.812 | 0.697 |
| ConvNeXt-B | 0.849 | 0.849 | 0.805 |
| ResNet101 | 0.638 | 0.830 | 0.707 |
| SqueezeNet1.1 | 0.831 | 0.814 | 0.780 |
| Average | 0.788 | 0.772 | 0.704 |
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}