Sytronik / music-boundary-detection

MIT License
3 stars 0 forks source link

Music boundary detection using U-Net

This works for SALAMI v2.0 dataset.

Hyperparameters and configurations are in hparams.py

Feature Extraction

python feature_extraction.py KIND_DATA [--mode=MODE] [--num-workers=N]

Creation of Test set

By match_salami_file_struct.py, mp3 audio files and annotation text files are saved as SALAMI files.

DNN Training and Testing

python train_test.py [--test=EPOCH] [--(hyperparameter name)=(python script or str)]

Test Result Analysis

python analyze_test.py EPOCH [--song={ID1, ID2, ...}]

Requirements