You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run notebooks, but most of them use files that not included in the repository like(csv files, magenta model, pkl files...)
I want to test the system using midi and sheet music as input without using AMT step if that possible, if not possible its also ok, but I couldn't manage to take only the needed code for testing
Is there a code for testing, or can you guide me how to use notebooks for testing on my own files without evaluation?
appreciate your consideration
The text was updated successfully, but these errors were encountered:
karimkalimu
changed the title
A simple way to use your method
If there is a simpler way to use your method
Oct 19, 2021
You're right that the notebooks use the Magenta piano transcription system to convert audio into MIDI as a preprocessing step. If you already have the MIDI files, you can simply call processMidiFile() instead of processAudioFile() in 02_computeAudioFeatures.ipynb.
So you will want to:
preprocess your sheet music as described in 01_prepData.ipynb
call processMidiFile() to compute a bootleg score on the MIDI file of interest
run 03_sheetBootleg.ipynb to compute a bootleg score on the sheet music of interest
call 06_hierarchicalDTW.ipynb to estimate the alignments
You will have to modify the corresponding arguments/variables/configuration files in 06_hierarchicalDTW.ipynb.
Unfortunately, the student who developed this codebase has graduated and is no longer actively maintaining this. Hope that helps!
Hi
I tried to run notebooks, but most of them use files that not included in the repository like(csv files, magenta model, pkl files...)
I want to test the system using midi and sheet music as input without using AMT step if that possible, if not possible its also ok, but I couldn't manage to take only the needed code for testing
Is there a code for testing, or can you guide me how to use notebooks for testing on my own files without evaluation?
appreciate your consideration
The text was updated successfully, but these errors were encountered: