crema icon indicating copy to clipboard operation
crema copied to clipboard

convolutional and recurrent estimators for music analysis

Results 5 crema issues
Sort by recently updated
recently updated
newest added

This lets you easily define a crema model that lives outside of the core repo, which I imagine most models are at some point before they get merged in. This...

I would like to build a key model. The model will take audio as input, run it through CREMA's chord model as a feature extractor, and take the structured chord...

In `CremaModel._instantiate`, you use layers defined in `layers.py` as available custom objects when loading a model. Should we make it easier to add arbitrary custom objects? Two quick ideas that...

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...

wontfix

This will probably need to be on a module by module basis. We might need some kind of metaclass / factory to cut down on boilerplate code, but this doesn't...

wontfix