-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this code being used into the pyannote-audio >= 2.1 ? #247
Comments
Hi @nikifori ! diart leverages pyannote.audio models, but pyannote.audio does not provide online inference in their pipelines. |
I have upgraded some depended packages to the latest version successfully based on pyannote.audio 3.3.2 So yes, you can do it. It shouldn't be difficult to do so, just fix any issue you encounterted. I have done this because I usually hate restriction to lower package version. |
@ywangwxd would you mind opening a PR with the updated dependencies? I've been meaning to do this for some time. |
Hi Juanmc2005, For some reason, it is not convenient for me to commit any code onto github.com. So I have just attached two files which I have made changes. I reproduced it again before this. The whole process is smooth, I did not see any conflicts. There is no need to change any code. But if you or anyone else do find any conflicts, please let me know, I will try to solve it. I have been working on integrating faster-whisper into There are two warning messages, but I have ignored them.
Btw, I am using Python=3.10.16 on Linux. Please do not forget to rename setup.txt to setup.cfg. |
Based on this paper may I assume that versions of pyannote-audio >= 2.1 are using the diart methodology?
For example, if I run this code, will it be executed in an online manner?
Thanks
The text was updated successfully, but these errors were encountered: