modelscope / 3D-Speaker

A Repository for Single- and Multi-modal Speaker Verification, Speaker Recognition and Speaker Diarization
Apache License 2.0
1.17k stars 101 forks source link

Exmaple can not run #53

Closed luohao123 closed 9 months ago

luohao123 commented 9 months ago

Stage5: Get the final metrics... Refrttm.list is not detected. Can't calculate the result

yfchenlucky commented 9 months ago

Have you followed these commands in the Readme?

mkdir examples wget "https://modelscope.cn/api/v1/models/damo/speech_eres2net-large_speaker-diarization_common/repo?Revision=master&FilePath=examples/example.wav" -O examples/example.wav wget "https://modelscope.cn/api/v1/models/damo/speech_eres2net-large_speaker-diarization_common/repo?Revision=master&FilePath=examples/example.rttm" -O examples/example.rttm find examples -name ".wav" > examples/wav.list find examples -name ".rttm" > examples/refrttm.list

luohao123 commented 9 months ago

I think it's tooooo messy for runing a wav to diarization,. better learn something from FunASR? it's same company but the opensource project got so much various quality.