bmcfee / crema

convolutional and recurrent estimators for music analysis
BSD 2-Clause "Simplified" License
84 stars 22 forks source link

expanded command-line options, lab output #3

Open bmcfee opened 7 years ago

bmcfee commented 7 years ago

We should have a way to specify which analyzers get run, and an optional mode to output individual annotations as lab files.

Something like:

python -m crema.analyze file.mp3 --chords file-chords.lab

If specific lab outputs are given, then it should not save the jams file.

bmcfee commented 7 years ago

This is currently better handled by the jams included script jams_to_lab.py.

Punting this issue until lab conversion migrates up to the main library.