chore: import upstream snapshot with attribution
Create PR to main with cherry-pick from release / cherry-pick (push) Failing after 0s
CICD NeMo / pre-flight (push) Failing after 0s
CICD NeMo / configure (push) Has been skipped
Build, validate, and release Neural Modules / pre-flight (push) Failing after 1s
CICD NeMo / code-linting (push) Has been skipped
Build, validate, and release Neural Modules / release (push) Has been skipped
Build, validate, and release Neural Modules / release-summary (push) Has been cancelled
CICD NeMo / cicd-test-container-build (push) Has been cancelled
CICD NeMo / cicd-import-tests (push) Has been cancelled
CICD NeMo / L0_Setup_Test_Data_And_Models (push) Has been cancelled
CICD NeMo / cicd-main-unit-tests (push) Has been cancelled
CICD NeMo / cicd-main-speech (push) Has been cancelled
CICD NeMo / Nemo_CICD_Test (push) Has been cancelled
CICD NeMo / Coverage (e2e) (push) Has been cancelled
CICD NeMo / Coverage (unit-test) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
CICD NeMo / cicd-wait-in-queue (push) Has been cancelled
Create PR to main with cherry-pick from release / cherry-pick (push) Failing after 0s
CICD NeMo / pre-flight (push) Failing after 0s
CICD NeMo / configure (push) Has been skipped
Build, validate, and release Neural Modules / pre-flight (push) Failing after 1s
CICD NeMo / code-linting (push) Has been skipped
Build, validate, and release Neural Modules / release (push) Has been skipped
Build, validate, and release Neural Modules / release-summary (push) Has been cancelled
CICD NeMo / cicd-test-container-build (push) Has been cancelled
CICD NeMo / cicd-import-tests (push) Has been cancelled
CICD NeMo / L0_Setup_Test_Data_And_Models (push) Has been cancelled
CICD NeMo / cicd-main-unit-tests (push) Has been cancelled
CICD NeMo / cicd-main-speech (push) Has been cancelled
CICD NeMo / Nemo_CICD_Test (push) Has been cancelled
CICD NeMo / Coverage (e2e) (push) Has been cancelled
CICD NeMo / Coverage (unit-test) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
CICD NeMo / cicd-wait-in-queue (push) Has been cancelled
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
# Postprocessing parameters for timestamp outputs from speaker diarization models.
|
||||
# This speaker diarization postprocessing scheme is inspired by the postprocessing procedure in the following paper:
|
||||
# Medennikov, Ivan, et al. "Target-Speaker Voice Activity Detection: a Novel Approach for Multi-Speaker Diarization in a Dinner Party Scenario." (2020).
|
||||
# These parameters were optimized on CallHome Dataset from the NIST SRE 2000 Disc8, especially from the part1 (callhome1) specified in: Kaldi, “Kaldi x-vector recipe v2,” https://github.com/kaldi-asr/kaldi/blob/master/egs/callhome_diarization/v2/run.sh
|
||||
parameters:
|
||||
onset: 0.641 # Onset threshold for detecting the beginning and end of a speech
|
||||
offset: 0.561 # Offset threshold for detecting the end of a speech
|
||||
pad_onset: 0.229 # Adding durations before each speech segment
|
||||
pad_offset: 0.079 # Adding durations after each speech segment
|
||||
min_duration_on: 0.511 # Threshold for small non-speech deletion
|
||||
min_duration_off: 0.296 # Threshold for short speech segment deletion
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
# Postprocessing parameters for timestamp outputs from speaker diarization models.
|
||||
# This speaker diarization postprocessing scheme is inspired by the postprocessing procedure in the following paper:
|
||||
# Medennikov, Ivan, et al. "Target-Speaker Voice Activity Detection: a Novel Approach for Multi-Speaker Diarization in a Dinner Party Scenario." (2020).
|
||||
# These parameters were optimized on the development split of DIHARD3 dataset (See https://arxiv.org/pdf/2012.01477).
|
||||
parameters:
|
||||
onset: 0.56 # Onset threshold for detecting the beginning and end of a speech
|
||||
offset: 1.0 # Offset threshold for detecting the end of a speech
|
||||
pad_onset: 0.063 # Adding durations before each speech segment
|
||||
pad_offset: 0.002 # Adding durations after each speech segment
|
||||
min_duration_on: 0.007 # Threshold for small non-speech deletion
|
||||
min_duration_off: 0.151 # Threshold for short speech segment deletion
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
# Postprocessing parameters for timestamp outputs from speaker diarization models.
|
||||
# This speaker diarization postprocessing scheme is inspired by the postprocessing procedure in the following paper:
|
||||
# Medennikov, Ivan, et al. "Target-Speaker Voice Activity Detection: a Novel Approach for Multi-Speaker Diarization in a Dinner Party Scenario." (2020).
|
||||
# These parameters were optimized with hybrid-loss trained Sortformer model introduced in https://arxiv.org/pdf/2409.06656.
|
||||
# These parameters were optimized on CallHome Dataset from the NIST SRE 2000 Disc8, especially from the part1 (callhome1) specified in: Kaldi, “Kaldi x-vector recipe v2,” https://github.com/kaldi-asr/kaldi/blob/master/egs/callhome_diarization/v2/run.sh
|
||||
# Trial 24682 finished with value: 0.10257785779242055 and parameters: {'onset': 0.53, 'offset': 0.49, 'pad_onset': 0.23, 'pad_offset': 0.01, 'min_duration_on': 0.42, 'min_duration_off': 0.34}. Best is trial 24682 with value: 0.10257785779242055.
|
||||
parameters:
|
||||
onset: 0.53 # Onset threshold for detecting the beginning of a speech segment
|
||||
offset: 0.49 # Offset threshold for detecting the end of a speech segment
|
||||
pad_onset: 0.23 # Adds the specified duration at the beginning of each speech segment
|
||||
pad_offset: 0.01 # Adds the specified duration at the end of each speech segment
|
||||
min_duration_on: 0.42 # Removes short speech segments if the duration is less than the specified minimum duration
|
||||
min_duration_off: 0.34 # Removes short silences if the duration is less than the specified minimum duration
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
# Postprocessing parameters for timestamp outputs from speaker diarization models.
|
||||
# This speaker diarization postprocessing scheme is inspired by the postprocessing procedure in the following paper:
|
||||
# Medennikov, Ivan, et al. "Target-Speaker Voice Activity Detection: a Novel Approach for Multi-Speaker Diarization in a Dinner Party Scenario." (2020).
|
||||
# These parameters were optimized with hybrid-loss trained Sortformer model introduced in https://arxiv.org/pdf/2409.06656.
|
||||
# These parameters were optimized on the development split of DIHARD3 dataset (See https://arxiv.org/pdf/2012.01477).
|
||||
# Trial 732 finished with value: 0.12171946949255649 and parameters: {'onset': 0.64, 'offset': 0.74, 'pad_onset': 0.06, 'pad_offset': 0.0, 'min_duration_on': 0.1, 'min_duration_off': 0.15}. Best is trial 732 with value: 0.12171946949255649.
|
||||
parameters:
|
||||
onset: 0.64 # Onset threshold for detecting the beginning of a speech segment
|
||||
offset: 0.74 # Offset threshold for detecting the end of a speech segment
|
||||
pad_onset: 0.06 # Adds the specified duration at the beginning of each speech segment
|
||||
pad_offset: 0.0 # Adds the specified duration at the end of each speech segment
|
||||
min_duration_on: 0.1 # Removes short speech segments if the duration is less than the specified minimum duration
|
||||
min_duration_off: 0.15 # Removes short silences if the duration is less than the specified minimum duration
|
||||
Reference in New Issue
Block a user