-
The Onsets algorithm expects a 'matrix_real' as its first input. How can use the output of the OnsetDetection algorithm to create such a matrix in JavaScript?
Also, the second input of OnsetDetection…
-
Hi, thank you so much for developing such a nice framework!
I'm new to model training and I'm trying to train the model on a dataset with about 6000 vocalizations, consider there are around 10 types…
-
Currently, we have only one task available for FSD: a **validation task**, which consists of validating annotations that were automatically generated through a mapping. More specifically, for a given …
-
Hey @borg ,
I am looking at the example and trying to add onSet callbacks to more than one feature at the same time.
I see on ofxGist.h and it looks like only one feature can be set to trig onSet/th…
-
Hello,
I am developing a piano education application using a flutter.
I'm a front-end developer and my knowledge of machine learning is not very deep.
Currently in my App, Can successfully lo…
-
The algorithm estimates beat positions and BPM-based descriptors. Good name should provide hints that the algorithm is based on NoveltyCurve. Current name of the algorithm is misleading and can be co…
-
Some of the scripts require external software to be installed and won't work out of the box (e.g. `numpy`, `soundfile`, `librosa`). These should al least be listed in the `README`. In future iteration…
ffont updated
6 years ago
-
(cc @craffel @dpwe)
The current peak picker uses a greedy heuristic to select peaks from a time series `x(t)`, after narrowing down to a set of time points that satisfy some selection criteria (local…
-
Hi, it seems there are some issues with either your code or how I invoke it.
For a file playing piano notes, then converting them to "midi pitch", I get following results for the first 10 (time in …
-
Since PSDS Eval package has been removed from github and so the support for it, is there a plan to have a separate standalone code for evaluation of this metric in the repo without having to import fr…