You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently evaluating this project and I am trying to get the demos working. I cloned the repository, run the setup.py, installed the demo requirements and run the demo02_diarization.py. Afterwards I receive the plot but no interaction is possible.
I tried this on my machine (Win11 + Jetbrains PyCharm Professional) as well as on Google Colab. In both cases I get the same result. The plot with no data.
Thanks in advance for any suggestions
Best regards
The text was updated successfully, but these errors were encountered:
It's not a problem of the code, but the issue of matplotlib library. Basically all you need to do is to activate the interactive backend of matplotlib by adding the below line into the first few lines of demo_utils.py.
Hello,
I am currently evaluating this project and I am trying to get the demos working. I cloned the repository, run the setup.py, installed the demo requirements and run the demo02_diarization.py. Afterwards I receive the plot but no interaction is possible.
I tried this on my machine (Win11 + Jetbrains PyCharm Professional) as well as on Google Colab. In both cases I get the same result. The plot with no data.
Thanks in advance for any suggestions
Best regards
The text was updated successfully, but these errors were encountered: