LibriMix
LibriMix copied to clipboard
Bug when only ["mix_clean"] is assigned as the target
It seems to me even when I only need "mix_clean", the data preparation code is still highly entangled with noise
https://github.com/JorisCos/LibriMix/blob/60199d7dfcf3fc868e6647ae3c0451a257a7bb0e/scripts/create_librimix_from_metadata.py#L158-L169
Hence, it might make more sense to always create the "noise" directory here
https://github.com/JorisCos/LibriMix/blob/60199d7dfcf3fc868e6647ae3c0451a257a7bb0e/scripts/create_librimix_from_metadata.py#L104-L109
In my use case, I find that when I only use "mix_clean" in the generate_librimix.sh
script, the script will crash since the "noise" directory is not created. Please correct me if I am wrong :)
Thanks!
Sincerely, Leo
I also meet this problem. Noise will always be added into the mixtures no matter what the type option is.
Sorry for the late reply. @leo19941227 Is right there is a bug when using only mix_clean
for now the only workaround is to generate the whole dataset