RPNSD icon indicating copy to clipboard operation
RPNSD copied to clipboard

How do I run RPNSD on a single audio file with the pretrained model?

Open null0nil opened this issue 4 years ago • 2 comments

Hi,

Thanks for making RPNSD available. I was wondering, what if I don't want to run the experiment? Say I have a long audio file, file.wav, can I just run RPNSD on it and get the diarization result? For example, something like:

  ./diarize.py  --pretrained_model modelbest.pth.tar file.wav

Thanks

null0nil avatar Jun 26 '20 21:06 null0nil

Hi,

Thanks for making RPNSD available. I was wondering, what if I don't want to run the experiment? Say I have a long audio file, file.wav, can I just run RPNSD on it and get the diarization result? For example, something like:

  ./diarize.py  --pretrained_model modelbest.pth.tar file.wav

Thanks

Hi, I think it is a good idea to support this and it is not very difficult based on the inference code. I think I will take a look this week. (sorry I am overwhelmed recently)

Thanks!

HuangZiliAndy avatar Jun 29 '20 16:06 HuangZiliAndy

Hi, just checking..

null0nil avatar Aug 31 '20 16:08 null0nil