VAD icon indicating copy to clipboard operation
VAD copied to clipboard

How to create the dataset

Open pankaj2701 opened this issue 7 years ago • 2 comments

I am wondering how to create the training dataset. I have understood the format but don't know how to create one. Do we have to manually annotate the training dataset. Manually annotation would be difficult, is there any utility which can create an approximate training data which can then refined manually.

pankaj2701 avatar May 21 '18 03:05 pankaj2701

Manual annotation of data with music, noise and speech mixed would be difficult. Can we provide data with noise, speech or music separately. Labelling would be easier in this case.

pankaj2701 avatar May 21 '18 03:05 pankaj2701

Our provided recorded dataset was manually annotated by two professional engineers.

If you want to construct the training set, do the followings:

  1. run the VAD to the clean speech to get the label.

  2. Add the noise to that clean speech using FanT tool or voice box(Matlab implemented)

  3. Then you can get the labels with noisy speech

If you don't have clean speech manual annotation cannot be avoidable.

jtkim-kaist avatar May 22 '18 12:05 jtkim-kaist