Skip to content
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

Demo2 not showing any result #90

Open
dmestudent opened this issue Mar 19, 2024 · 4 comments
Open

Demo2 not showing any result #90

dmestudent opened this issue Mar 19, 2024 · 4 comments

Comments

@dmestudent
Copy link

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.

image

Thanks in advance for any suggestions
Best regards

@Feadim
Copy link

Feadim commented May 30, 2024

I have the same issue, do you find the error?

@dmestudent
Copy link
Author

I have the same issue, do you find the error?

Sadly never found a solution so I switched to another project 👍

@arjuna-dev
Copy link

@dmestudent which other project? Thanks!

@sucv
Copy link

sucv commented Sep 26, 2024

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.

import matplotlib; matplotlib.use("TkAgg")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants