-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[vec] add speaker diarization pipeline #1651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
utils/compute_der.py
Outdated
print(Scores) | ||
|
||
|
||
if __name__ == "__main__": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议和DER.py 文件整合一下
examples/ami/sd0/run.sh
Outdated
echo "2) Select media streams: Just select Headset mix" | ||
# Download the pretrained Model from HuggingFace or other pretrained model | ||
echo "Please download the pretrained ECAPA-TDNN Model and put the pretrainde model in given path: "${pretraind_model_dir} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议添加 模型下载步骤,如 wget https://paddlespeech.bj.bcebos.com/vector/voxceleb/sv0_ecapa_tdnn_voxceleb12_ckpt_0_1_1.tar.gz && tar -xvf sv0_ecapa_tdnn_voxceleb12_ckpt_0_1_1.tar.gz
examples/ami/sd0/run.sh
Outdated
set -e | ||
|
||
stage=1 | ||
stop_stage=50 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个参数没必要吧?
PR types
PR changes
Describe
add ami dataset speaker diarization pipeline fix #1650