-
### What happened?
After I hit "Transcribe", the app crashes.
Since, at least from what I've noticed, there are no crash logs, here's what the cmd log shows:
log
```
C:\Windows\System…
-
First draft of linked inputs example in Fluid, plus enough supporting infrastructure to get a graphic into the paper.
- [x] Only fire event handler on `mousedown`, not `mouseover`
- [x] Place outp…
-
I need the DTW_D classifier used in 'The great multivariate time series classification bake off: a review and experimental evaluation of recent algorithmic advances' for 26 UEA datasets. In the curren…
-
The work should be finished with test cases before the paper submitted to arxiv.org.
-
There are several time-warping algorithms that can be used to align EEG and audio signals. One popular algorithm is dynamic time warping (DTW). DTW is a dynamic programming algorithm that finds the op…
-
Great project!
I am personally implementing DTW for use in an audio-related project. I notice there are several variations of the DTW algorithm, so I would like to know if there are any references on…
-
### Describe the bug
An error with Numba(ConstantInferenceError) is preventing me to use clustering.
### Steps/Code to reproduce the bug
from aeon.clustering.k_means import TimeSeriesKMeans
# Th…
-
Is it possible to define a computational graph containing a nested loop with ONNX? Moreover, is it possible to modify a matrix position indexed by the inner and outer loops' indexes?
From what I read…
-
I've been using `pretty_midi` to align the audio and MIDI of the [solo jazz piano performances from the RWC Music Database](https://staff.aist.go.jp/m.goto/RWC-MDB/rwc-mdb-j.html). I have had a couple…
-
Found this project looking for forced alignment solutions between an audio file and a preexisting transcript. Looks promising!
Wondering what the status of the project was? Getting an error when I…