Skip to content

Official code of ICASSP 2023 paper "Frame-Level Multi-Label Playing Technique Detection Using Multi-Scale Network and Self-Attention Mechanism"

Notifications You must be signed in to change notification settings

LiDCC/GuzhengTech99

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuzhengTech99_ICASSP2023

pages-build-deployment

Paper:

Dichucheng Li, Mingjin Che, Wenwu Meng, Yulun Wu, Yi Yu, Fan Xia and Wei Li "Frame-Level Multi-Label Playing Technique Detection Using Multi-Scale Network and Self-Attention Mechanism", IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP 2023)

Supplementary materials

https://lidcc.github.io/GuzhengTech99/

File structure

  • ./function/: store all the python files related to training and testing
    • fit.py: training process
    • lib.py: loss function and metrics computing method
    • model.py: model structure
    • norm_lib.py: data normalization
    • load_data.py: load data
    • config.py: configuration option
  • run.py: start the training process
  • test_frame.py: start the evaluation process

Training & Test Process

python run.py
  • Test:
python test_frame.py

Citation

@inproceedings{li2023frame,
  title={Frame-Level Multi-Label Playing Technique Detection Using Multi-Scale Network and Self-Attention Mechanism},
  author={Li, Dichucheng and Che, Mingjin and Meng, Wenwu and Wu, Yulun and Yu, Yi and Xia, Fan and Li, Wei},
  booktitle={IEEE International Conference on Acoustics, Speech and Signal Processing, ICASSP},
  year={2023},
  organization={IEEE}
}

About

Official code of ICASSP 2023 paper "Frame-Level Multi-Label Playing Technique Detection Using Multi-Scale Network and Self-Attention Mechanism"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages