Michael McAuliffe
Michael McAuliffe
@kkm000 Right, so the VS projects/solutions checked into the repo don't include the FAR extensions, so I was following the CMake instructions from the kaldi/windows (https://github.com/kaldi-asr/kaldi/blob/master/windows/INSTALL.md#compiling-openfst) as those do generate...
There's currently nothing like that at the moment, it's just a Python library that I use for various projects involving acoustics. I agree some CLI like that would be useful,...
There were a couple more changes necessary to get Kaldi compiling correctly with Cuda on Windows (VS2019). There is a code addition for src/cudadecoder/batched-threaded-nnet3-cuda-online-pipeline.cc to add a function on windows...
@jtrmal PR created here: #4669
Yeah, so my visual inspection of clustering the Wave Kernel Signature from meshes using the old importer and the new looked identical (and that relies on ordering of the vertices...
I am willing to be listed as a maintainer, thanks!
You might want to try increasing the beam, either `mfa align ... --beam=40` or `mfa align ... --retry_beam=100`. The default beam is pretty strict: https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/configuration/global.html#global-options
Oh man, right, I remember getting the massive binaries and there was indeed some flag that I had to change. I'll try to dig through my build directory and see...
What version is this on? Can you try upgrading to the latest? The logic should be there to point to `tri_ali` instead of `tri` for initializing. Is `tri_ali` created and...
I'm confused, can you not install it via `pip install -e .`? It works for me, additionally it supports `python setup.py install`, `python setup.py develop` and `python -m build .`...