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 was trying an online diarizer with reference to this PR(#5609). I am using the Nemo Frame VAD and modified it to directly output vad_timestamps (e.g., tensor([[0.0000, 1.5200, 1.5300]])). Then, I call diarize_step function every two seconds, as I'm not quite sure what one "step" (1 frame) represents. However, I only get one speaker output each time, despite calling diarize_step multiple times. Could you please help me identify what might be going wrong? I will provide some relevant code snippets and logs below. Thank you in advance.
Hi!
I was trying an online diarizer with reference to this PR(#5609). I am using the Nemo Frame VAD and modified it to directly output vad_timestamps (e.g., tensor([[0.0000, 1.5200, 1.5300]])). Then, I call diarize_step function every two seconds, as I'm not quite sure what one "step" (1 frame) represents. However, I only get one speaker output each time, despite calling diarize_step multiple times. Could you please help me identify what might be going wrong? I will provide some relevant code snippets and logs below. Thank you in advance.
log_online1.txt
The text was updated successfully, but these errors were encountered: