dogacbasaran / ismir2018_dominant_melody_estimation

Main Melody Extraction with Source-Filter NMF and CRNN
MIT License
25 stars 6 forks source link

make prediction script a CLI #1

Open beantowel opened 5 years ago

beantowel commented 5 years ago

modified the predict_on_single_audio_CRNN.py so that one can use the command: $ python predict_on_single_audio_CRNN.py <audio_path> <output_path> to inference on single audio.