IntelLabs / IntelNeuromorphicDNSChallenge

Intel Neuromorphic DNS Challenge
MIT License
120 stars 27 forks source link

Data synthesization error of activity_threshold #13

Open Xiangyi1996 opened 1 year ago

Xiangyi1996 commented 1 year ago

My dataset: clean_fullband/datasets_fullband.clean_fullband.emotional_speech_000_NA_NA.tar.bz2 noise_fullband/datasets_fullband.noise_fullband.audioset_000.tar.bz2 datasets_fullband.dev_testset_000.tar.bz2 cfg: clean_activity_threshold: 0.6 noise_activity_threshold: 0.0

while running python noisyspeech_synthesizer.py -root ./ percactive is always < 0.6 while clean activity_threshold=0.6

e.g. percactive & activity threshold '0.19333333333333333 0.6 0.20666666666666667 0.6 0.365 0.6 0.36666666666666664 0.6 0.315 0.6 0.2916666666666667 0.6 0.23666666666666666 0.6 0.24833333333333332 0.6 0.23333333333333334 0.6 0.3 0.6 0.21333333333333335 0.6'

Therefore, gen_audio is always run and never stop and cannot generate the dataset. How can I solve this issue?