mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
add scripts for simu data
This commit is contained in:
parent
3aec61c6ea
commit
402bfe6beb
@ -40,6 +40,7 @@ class MyRunner(MultiProcessRunnerV3):
|
|||||||
if key not in common_keys:
|
if key not in common_keys:
|
||||||
meeting_scp.pop(key)
|
meeting_scp.pop(key)
|
||||||
logging.warning("Pop {} from wav scp".format(key))
|
logging.warning("Pop {} from wav scp".format(key))
|
||||||
|
for key in meeting2rttm:
|
||||||
if key not in meeting2rttm:
|
if key not in meeting2rttm:
|
||||||
meeting2rttm.pop(key)
|
meeting2rttm.pop(key)
|
||||||
logging.warning("Pop {} from rttm scp".format(key))
|
logging.warning("Pop {} from rttm scp".format(key))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user