feat: render seperate topdown and follow camera video
This commit is contained in:
parent
b84e8800ad
commit
0defc9a7c4
3 changed files with 208 additions and 0 deletions
11
scripts/poster_visualisations/render_poster_videos.sh
Executable file
11
scripts/poster_visualisations/render_poster_videos.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/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
|
||||
Reference in a new issue