sucv

Results 12 comments of sucv

One by one I checked the wav files in the development set, found some of them have no one speaking. Will remove those wavs and try again.

Thx for the prompt response. I downloaded the latest version and called diarization-3.0 pipeline. On Sat, Oct 14, 2023 at 17:58 Hervé BREDIN ***@***.***> wrote: > What version of pyannote.audio...

> What does this print? > > ```python > from pyannote.audio import __version__ > print(__version__) > ``` `3.0.1`

I wonder why `if np.nanmax(count.data) == 0.0:` was passed and cause all `-2` at `hard_clusters[inactive_speakers] = -2` in `speaker_diarization.py`. I set a breakpoint on `hard_clusters[inactive_speakers] = -2` and find that...

I packaged the minimum code and data. To setup the environment, firstly, change the huggingface token in `main.py`, then do the following. (Note that the chance to incur the bug...

Hi, I am just a passerby. The issue is caused by the IDE, which is PyCharm. In jupyter notebook, the plot will be shown. But in PyCharm, you need extra...

你好, 在系统变量里: ![var](https://github.com/sucv/HoloLive2dChatbot/assets/29542672/fc6890d5-2c92-45f5-9ebb-0a4c603ada3b)

Azure的两个KEY如下,在Azure的控制台可以看到。 - SPEECH_KEY - SPEECH_REGION 关于你说的闪退问题,尝试一下方法(抱歉这个项目非常buggy): 如果你打中文聊天,那么请确保如图所示的设置: ![var](https://github.com/sucv/HoloLive2dChatbot/assets/29542672/57bfaabd-b789-4f56-8bdd-b50f7c3ce962) 1. Prompt里命令ChatGPT用中文。 2. Voice Language里选择中文声音。 3. 你发给ChatGPT的文字必须是中文。 如果还是闪退,就只能本地编译了。再次抱歉没有时间和能力写出更完善的版本。目前在尝试摸索学习Unity来实现同样的app.

某宝 On Wed, Aug 16, 2023 at 15:27 k0000100 ***@***.***> wrote: > 感谢。请问下,全息那个是用软件设计出来的吗 > > — > Reply to this email directly, view it on GitHub > , > or...

Hi, the errors are due to the missing of OpenGL. Currently the app can only be built in Windows with MSVC compiler (Linux installation will be added later). Win11 comes...