CHiME-7 DASR: first diarization system based on Pyannote. #5054
CHiME-7 DASR: first diarization system based on Pyannote. #5054mergify[bot] merged 70 commits intoespnet:masterfrom
Conversation
…to chime7task1_diar # Conflicts: # egs2/chime7_task1/asr1/local/install_dependencies.sh
…to chime7task1_diar
…to chime7task1_diar
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #5054 +/- ##
==========================================
- Coverage 75.88% 69.72% -6.16%
==========================================
Files 615 615
Lines 54767 54767
==========================================
- Hits 41559 38186 -3373
- Misses 13208 16581 +3373
Flags with carried forward coverage won't be shown. Click here to find out more. see 63 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
You may want to delete the log file?
There was a problem hiding this comment.
I kept it on purpose so people can see the full results and compare with their
sw005320
left a comment
There was a problem hiding this comment.
I left some comments.
They look good to me, overall.
for more information, see https://pre-commit.ci
| pretrained_affix+="--download_model ${use_pretrained}" | ||
| fi | ||
|
|
||
| if [ $diar_score ]; then |
There was a problem hiding this comment.
Maybe this should be changed to if [ $diar_score -eq 1 ]; then, otherwise this condition will always evaluate to True.
I added a very simple diarization system based on pyannote, it mainly serves the purpose of showcasing how to integrate the diarization with the rest.
TS-VAD incoming in the meantime.
Made another folder into the
chime7_dasrrecipe called diar_asr1 as it does diarization + asr (actually also enhancement via GSS).Lots of symbolic links to the
asr1folder however.