11 lines
No EOL
322 B
Bash
Executable file
11 lines
No EOL
322 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Multi-camera renders per model -> vids/poster/{arms}arms/{arch}/topdown.mp4 + follow.mp4
|
|
|
|
path=$1
|
|
|
|
uv run scripts/poster_visualisations/render_poster_videos.py \
|
|
"$path"/centralized.flax \
|
|
"$path"/fully-connected.flax \
|
|
"$path"/ring.flax \
|
|
--max-steps 10000 --width 640 --height 480 --fps 60 |