From d7a09ff71c0c88667f24a6d58407157637c8756d Mon Sep 17 00:00:00 2001 From: xiongxinlei Date: Thu, 10 Feb 2022 14:34:30 +0800 Subject: [PATCH] repair the annotation of make voxceleb trial script --- examples/voxceleb/sv0/local/make_voxceleb_kaldi_trial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/voxceleb/sv0/local/make_voxceleb_kaldi_trial.py b/examples/voxceleb/sv0/local/make_voxceleb_kaldi_trial.py index 55900516..c92ede1a 100644 --- a/examples/voxceleb/sv0/local/make_voxceleb_kaldi_trial.py +++ b/examples/voxceleb/sv0/local/make_voxceleb_kaldi_trial.py @@ -43,7 +43,7 @@ def main(voxceleb_trial, trial): target_or_nontarget path1 path2 -------------------------------- target_or_nontarget is an integer: 1 target path1 is equal to path2 - 0 target_or_nontarget path1 is unequal to path2 + 0 nontarget path1 is unequal to path2 path1: spkr_id/rec_id/name path2: spkr_id/rec_id/name @@ -78,4 +78,4 @@ def main(voxceleb_trial, trial): print("Convert the voxceleb trial to kaldi format successfully") if __name__ == "__main__": - main(args.voxceleb_trial, args.trial) \ No newline at end of file + main(args.voxceleb_trial, args.trial) -- GitLab