From 402bfe6beb55b65fe6e1363e576e586cada5de24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E6=B5=A9?= Date: Wed, 15 Feb 2023 20:00:53 +0800 Subject: [PATCH] add scripts for simu data --- egs/mars/sd/scripts/dump_rttm_to_labels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/egs/mars/sd/scripts/dump_rttm_to_labels.py b/egs/mars/sd/scripts/dump_rttm_to_labels.py index ce9e7e8b0..cf76b7545 100644 --- a/egs/mars/sd/scripts/dump_rttm_to_labels.py +++ b/egs/mars/sd/scripts/dump_rttm_to_labels.py @@ -40,6 +40,7 @@ class MyRunner(MultiProcessRunnerV3): if key not in common_keys: meeting_scp.pop(key) logging.warning("Pop {} from wav scp".format(key)) + for key in meeting2rttm: if key not in meeting2rttm: meeting2rttm.pop(key) logging.warning("Pop {} from rttm scp".format(key))