Increase CED's max frame length to 3000 (#798)

so that it can process waves for up to 30 seconds.
This commit is contained in:
Fangjun Kuang
2024-04-22 10:18:47 +08:00
committed by GitHub
parent 6b353bfb42
commit 9a68b92ce6

View File

@@ -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