HuangZiliAndy / RPNSD

PyTorch implementation of RPNSD
MIT License
60 stars 15 forks source link

How to prepare my own dataset for adapt #6

Closed widdiot closed 4 years ago

widdiot commented 4 years ago

Specifically what files should I have and what should be their format, so I can run prepare_callhome_5folds.sh from stage 1 on my own dataset?

widdiot commented 4 years ago

Here are my notes: Since I have only one speaker per utterence, Use pretrained sad model to generate segments file. then make rttm file. Get utt2dur for the utterences not the segments. and spk2idx file using scripts/create_spk2idx.py

Then proceed with stage 1