From 8b39a6621f1f66367090caaf76ec750776390a9e Mon Sep 17 00:00:00 2001 From: zr_jin <60612200+JinZr@users.noreply.github.com> Date: Sat, 10 Dec 2022 00:38:54 +0800 Subject: [PATCH] Fixed an error which triggers "TypeError" Fixed an error which triggers "TypeError" while downloading AMI dataset --- lhotse/bin/modes/recipes/ami.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lhotse/bin/modes/recipes/ami.py b/lhotse/bin/modes/recipes/ami.py index 4be4cefdd..14ba907f8 100644 --- a/lhotse/bin/modes/recipes/ami.py +++ b/lhotse/bin/modes/recipes/ami.py @@ -108,7 +108,7 @@ def ami( """AMI download.""" download_ami( target_dir, - annotations_dir=annotations, + annotations=annotations, mic=mic, url=url, force_download=force_download,