From 9a68b92ce6f42e7605266fc092e05435a28da246 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Mon, 22 Apr 2024 10:18:47 +0800 Subject: [PATCH] Increase CED's max frame length to 3000 (#798) so that it can process waves for up to 30 seconds. --- scripts/ced/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ced/run.sh b/scripts/ced/run.sh index dd7f5103..35b2ec20 100755 --- a/scripts/ced/run.sh +++ b/scripts/ced/run.sh @@ -24,7 +24,7 @@ base ) for m in ${models[@]}; do - python3 ./export_onnx.py -m ced_$m + python3 ./export_onnx.py -m ced_$m --max-frames 3000 done ls -lh *.onnx