1
Fork 0

feat: render seperate topdown and follow camera video

This commit is contained in:
Jona Reynaert 2026-05-14 13:44:53 +02:00
parent b84e8800ad
commit 0defc9a7c4
3 changed files with 208 additions and 0 deletions

View 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