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 on use case #31

Open
HeChengHui opened this issue Jun 10, 2024 · 1 comment
Open

Question on use case #31

HeChengHui opened this issue Jun 10, 2024 · 1 comment

Comments

@HeChengHui
Copy link

@fschmid56
Thank you for your work!
I am looking for ways to detect certain sounds among background noise. would like to check if this method can be used to finetune a model to detect a small number of sounds excluding background noise?

@fschmid56
Copy link
Owner

Hi @HeChengHui, sorry I was busy lately.

To understand you correctly, you have sound files containing some events + background noise. You would like to ignore the background noise and detect the events, correct?

Do you have a dataset labeled with the events you would like to detect? In this case, you could just fine-tune one of the models of this repo on your dataset (as done e.g. in ex_fsd50k.py).

You could also try to run the AudioSet pre-trained models without fine-tuning. Maybe the events you would like to detect are already present in the AudioSet ontology and the distribution shift between your audio clips and clips from AudioSet is not too severe.

Or is your goal to filter out the background noise?

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

2 participants