Juan Coria
Juan Coria
Hi @AMITKESARI2000, Thanks for your question. Currently, if you pass a `reference_path` to `Benchmark`, then `__call__` returns a pandas `DataFrame`. You can easily export a `DataFrame` to a CSV file...
Implemented in #86
Hi @AMITKESARI2000, Thank you for opening this PR, adding a colab notebook is a great idea! I would prefer to put the focus on the Python API instead of the...
Hi @amritbhat786, The "Add your model" section of the README is for custom models (think EEND or ECAPA-TDNN for example). The default pipeline uses [pyannote/segmentation](https://huggingface.co/pyannote/segmentation) and [pyannote/embedding](https://huggingface.co/pyannote/embedding) automatically and you...
Thanks @amritbhat786 ! I'll make sure to make those changes for the next release. If you see any other clarifications that you'd like to make in the readme, you can...
This is actually a great question. I've been thinking about a way to sync the plot and the audio since the first release. One easy possibility is to `time.sleep(step_duration)` between...
Interesting! Have you played a bit with it and diart? I would love to see something like this in the project!
We could draw the diarization part with [Segments](http://holoviews.org/reference/elements/bokeh/Segments.html#segments) and update it with [streams](http://holoviews.org/gallery/apps/bokeh/streaming_psutil.html)
Hi @Shoawen0213, Currently, the class `MicrophoneAudioSource` reads from the default microphone automatically. You make a very good point, I would like the user to be able to select the device....
Did you manage to read the microphone stream from diart without modifying the code? To open a PR, you need to fork diart, create a new branch from `develop`, make...