setk icon indicating copy to clipboard operation
setk copied to clipboard

mask.scp file for adaptive beamformer

Open rakshithkamath opened this issue 3 years ago • 1 comments

Hello, I wanted to understand for the adaptive_beamformer example present in setk/doc/adaptive_beamformer/ how msk.scp is defined so as to run the file. I've tried to run it by creating a mask.scp file which involves the path of the egs.npy mask file which was created from the previous scripts. Any help would be appreciated.

rakshithkamath avatar Apr 18 '22 21:04 rakshithkamath

Hi, I just push a commit to fix this issue. The generation of "mask.scp" is missing in the README.md. Thanks for pointing out this.

The line format of the .scp file in this toolkit is defined as "{unique-key-for-each-utterance} {path-to-the-file}". The unique key is used to index the pair-wise relationship between the objects, e.g., audio and TF mask file.

funcwj avatar Apr 19 '22 00:04 funcwj