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