compIAM
compIAM copied to clipboard
Common tools for the computational analysis of Indian Art Music
We have to problems in the tests: - Maybe we are running too many "repeated" tests that take a bit long... it be cool to take a look at the...
I want to be able to access the confidence values for the pitch extraction methods. I can easily do it for Melodia but I'm having a little trouble with FTANet-Carnatic....
The function `extract_segments()` is called in `segments.py` but is not defined. The function in which this particular method is called is not used either. Also, file `self_sim.py` has quite a...
We should move, for instance, mel-spectrogram computation or similar operations to common files to be used in several tools.
We would like to include a list of Hindustani and Carnatic ragas to the compIAM repo. These will take the form of a YAML file with the following information: -...
In this PR we: * Fix few minor problems * Add the option to pass kwargs to the `compiam.load_model()` function * Add the violin pitch tracking model courtesy of @venkatKrishnan86...
Here we integrate the ConvTDF model fine-tuned using a bleeding estimator model. Download of the weights is already included.
See, I was running some predictions with the `melody:ftanet-carnatic` and I noticed the following: ``` audio, sr = torchaudio.load(audio_file_, normalize=True) ### audio.max() is like in the range of [0, 1]...
I tried using `compiam.io.read_csv`but it doesn't work as expected, returns a 1D array with all values concatenated. We should take a look @thomasgnuttall!