Update run.sh
This repository contains a basic version of our code related to the model presented in the ISMIR2022 paper:A deep learning method for melody extraction from a polyphonic symbolic music representation.The data corpus that it is based on can be found here.
Run bash run.sh
bash run.sh
Run process_data.py
Run create_stats_dict.py
Run train.py
Run predict.py
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
This repository contains a basic version of our code related to the model presented in the ISMIR2022 paper:
A deep learning method for melody extraction from a polyphonic symbolic music representation.
The data corpus that it is based on can be found here.
Main end-to-end script
Run
bash run.shHow to process the features
Run process_data.py
How to prepare the data for training
Run create_stats_dict.py
How to Train a melody extraction model
Run train.py
How to run inference
Run predict.py