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

Question about preprocessing #4

Open
completelyboofyblitzed opened this issue Sep 5, 2022 · 2 comments
Open

Question about preprocessing #4

completelyboofyblitzed opened this issue Sep 5, 2022 · 2 comments

Comments

@completelyboofyblitzed
Copy link

First of all, thank you for sharing your models!
I was wondering if you trim the audio from silince during preprocessing, because your model works pretty well where there's voice right away but if someone was lingering in the beginning of the audio, your model predicts noise. How do you think one should approach the issue?

@bytosaur
Copy link
Member

bytosaur commented Sep 5, 2022

hey there,
During preprocessing i actually did cut out the voice part since the samples can be longer than 5 seconds and I wanted to make sure that the voice is captured when cutting the samples. During training i only did a small time shift in order not to throw away the voice.
However, during inference I use the same approach. Voice activity determines the start of the sample.
It's a good thought and the model is probably biased towards that... I don't know how to solve it without increasing the sample length...

@danomatika
Copy link
Member

danomatika commented Oct 11, 2022 via email

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

3 participants