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

Windowing operation on spectrograms #107

Open
m-ali-awan opened this issue Aug 26, 2021 · 0 comments
Open

Windowing operation on spectrograms #107

m-ali-awan opened this issue Aug 26, 2021 · 0 comments

Comments

@m-ali-awan
Copy link

I am working on cough detection, and using COUGHVID dataset, where most of the audio files are of 9-sec length, but the range is from 1 sec to 9 sec
Also the cough score is from 0.0 to 1.0, and no particular threshold can be used, as there are cases where there is no cough in a sample with a score of around 0.3, but the mild cough is there with score 0.2.

Now I want to keep my spectrogram window around 2-3 sec, how to use windowing in fastaudio?
As once I will be using 2-3 sec clips then it is going to pollute labels, as may be in only one clip cough would be there, so kindly suggest to me what you think of it.
And last but not the least, how to use label-smoothing in fastaudio?
Thanks...

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

1 participant