doanh25032004/video-gen-physics-gallery
Paper material (assets/drive) Two generated galleries plus a figure asset pack. All reproducible from the repo — don't hand-edit them, re-run the generator. gallery what it shows generator real_videos/ the input side of the benchmark: real GT episodes, 5 diverse tasks per (embodiment x view-track x markovian/non-markovian) cell scripts/make_real_video_gallery.py method_comparison/ the output side: ONE episode rendered by every acceleration method, so a single dir is… See the full description on the dataset page: https://huggingface.co/datasets/doanh25032004/video-gen-physics-gallery.
Paper material (assets/drive)
Two generated galleries plus a figure asset pack. All reproducible from the repo — don't hand-edit them, re-run the generator.
Both ship pre-cut stills so figures can be assembled without touching the mp4s:
real_videos/*/frames/<camera>_fNNNNN.png+<camera>_strip.png(filmstrip)method_comparison/*/frames/<method>_fNNNNN.png+compare.png(rows = methods, columns = the same rollout position)
Each clip dir also carries an info.json, and each gallery a manifest.json (machine readable) plus INDEX.md (human readable, with the per-cell tables).
Regenerate
python3 scripts/make_real_video_gallery.py # ~675 MB
python3 scripts/make_method_comparison_gallery.py # ~1.9 GB
python3 scripts/make_figure_slots.py --square # ~7 MB
python3 scripts/make_task_image_pack.py # ~25 MB
python3 scripts/make_humanoid_short_prompt_pack.py # ~9 MBBoth are incremental — existing videos/stills are reused, so a re-run after changing only the sheet/index code is cheap. Add --dry-run to see the selection without writing anything.
Publish to the Hub
Mirrored to `doanh25032004/video-gen-physics-gallery` (dataset repo). Re-sync after regenerating:
HF_TOKEN=... python3 scripts/upload_drive_to_hf.pyThat script commits in small batches and skips whatever is already on the Hub, so it is safe to re-run / resume. Do NOT use hf upload-large-folder here — it stalls on this tree (5300 small files).
