AgnesMayYao / Infant-Crying-Detection

MIT License
23 stars 9 forks source link

About the file preprocessing.py #2

Open mikebartorn opened 2 years ago

mikebartorn commented 2 years ago

I want to know if the code of the preprocess file is the processing step of data preprocess in section 3.4 of the paper?

mikebartorn commented 2 years ago

And I was wondering if you could provide documentation about the training?

AgnesMayYao commented 2 years ago

The code of the preprocess file is about handling testing dataset.

-> second paragraph of Section 3.4, "Specifically, given that the mean F0 of infant crying ranges from 441.8 to 502.9 Hz [29] we removed all audio segments that were silent above a 350 Hz threshold. To reduce fragmenting, we concatenated neighboring segments occurring within 5 seconds of one another and removed isolated segments shorter than 5 seconds."

The code of training is not properly documented or commented. I have several deadlines coming. I may find a break in May to document it.

mikebartorn commented 2 years ago

The code of the preprocess file is about handling testing dataset.

-> second paragraph of Section 3.4, "Specifically, given that the mean F0 of infant crying ranges from 441.8 to 502.9 Hz [29] we removed all audio segments that were silent above a 350 Hz threshold. To reduce fragmenting, we concatenated neighboring segments occurring within 5 seconds of one another and removed isolated segments shorter than 5 seconds."

The code of training is not properly documented or commented. I have several deadlines coming. I may find a break in May to document it.

OK,I understand.