Skip to content

[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

Merged
merged 6 commits into from
Apr 11, 2022
Merged

Conversation

ccrrong
Copy link
Contributor

@ccrrong ccrrong commented Apr 6, 2022

PR types

PR changes

Describe

add ami dataset speaker diarization pipeline fix #1650

@CLAassistant
Copy link

CLAassistant commented Apr 6, 2022

CLA assistant check
All committers have signed the CLA.

@mergify mergify bot added Vector SID/LID/etc. Example labels Apr 6, 2022
print(Scores)


if __name__ == "__main__":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议和DER.py 文件整合一下

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}
Copy link
Contributor

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

set -e

stage=1
stop_stage=50
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个参数没必要吧?

@qingen qingen added this to the r1.0.0a milestone Apr 6, 2022
@qingen qingen changed the title add speaker diarization pipeline [vec] add speaker diarization pipeline Apr 6, 2022
@qingen qingen merged commit fc72295 into PaddlePaddle:develop Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Example Vector SID/LID/etc.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[vec] add speaker diarization pipeline
3 participants