Xi Bai
Xi Bai
Hi, @skimmy12, the short answer is no. However, it is possible to convert the TF saved [model](https://github.com/baxtree/subaligner/tree/master/subaligner/models/training/model) to a TRT model. Following that, the predictor needs to be modified to...
Thanks for your interest in subaligner. As indicated in both readme and readthedocs, to run subaligner on Windows you need to use either [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) or [Docker Desktop](https://docs.docker.com/desktop/install/windows-install/), albeit removing surrounding...
Hi, it uses "standard" ML libraries which should automatically hook up with cuda if correctly installed. Let me know if you spot anything quirky or if further configuration for your...
Thanks for sharing the installation logs. I will need to find a Windows machine to reproduce the errors. Looks like your use case is not about aligning existing out-of-sync subtitles...
If the subtitle content is wrong then it is largely attributed to the hallucination of whisper and/or the characteristics of your media file coz that command simply invokes whisper's API...
Sorry but at the time of writing whisper models are the sole transcription service. Let me know if you find any other solutions working better on your audio and we...
The OP seems resolved. Issue closed due to its specificity of transcription quality related to the 3rd party tool.
Hi, it doesn't use fingerprinting atm. Each aligning process will take in a single-video and single-subtitle pair. Subtitle literals are not altered, only the time codes, so if your input...
Thanks for sharing those links and will have a look. Here is a [collection](https://github.com/pettarin/forced-alignment-tools) of FA tools I rediscovered, maybe out-of-date now. What I was wondering really is in this...
Yes it has indeed given me some. I can see the tool you referred to uses DTW behind the scene, which is also powering the FA in subaligner. So in...