Skip to content

Multi-view hero GIF: one object, 8 angles, one identity (#67)#68

Merged
bamdadd merged 3 commits into
mainfrom
feat/multiview-hero
Jul 22, 2026
Merged

Multi-view hero GIF: one object, 8 angles, one identity (#67)#68
bamdadd merged 3 commits into
mainfrom
feat/multiview-hero

Conversation

@bamdadd

@bamdadd bamdadd commented Jul 22, 2026

Copy link
Copy Markdown
Owner

Adds a reproducible multi-view hero for the README (issue #67).

  • scripts/render_multiview_hero.py — deterministic, fixed params. 8-camera ring around one moving object, numpy RasterizerBackend only (no Kubric/Modal). Renders all 8 views per frame, overlays the object's analytic projected box + id (same colour = same identity across every view that sees it), tiles 2x4 with Pillow.
  • assets/multiview_hero.gif — 40 frames, 512x256, ~190 KiB.
  • Wired as the top README hero above the fold, caption multi-view: same object, 8 angles, one identity; the MTMC hero stays below it.

CI untouched: Pillow is imported lazily inside main(), never at package/test import — verified PIL is absent from sys.modules after importing the package. ruff / ruff format / mypy / pytest all green.

Reproduce: uv run --with pillow python scripts/render_multiview_hero.py

Closes #67

bamdadd added 3 commits July 22, 2026 17:01
Renders one moving object from 8 ring cameras with the numpy RasterizerBackend,
overlays the object's analytic projected box + id in every view (same colour =
same identity), and tiles 2x4 into assets/multiview_hero.gif. Pillow is imported
lazily inside main() so the package/test/CI import path never depends on it.

Refs #67
40 frames, 8-cam ring, 512x256, ~190 KiB. Same red id box in every view that
sees the object. Refs #67
Adds the multi-view hero (assets/multiview_hero.gif) as the top README hero with
the caption 'multi-view: same object, 8 angles, one identity'; keeps the MTMC
hero below it. Closes #67
@bamdadd
bamdadd merged commit 44bd91e into main Jul 22, 2026
1 check passed
@bamdadd
bamdadd deleted the feat/multiview-hero branch July 22, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README hero: multi-view GIF (one object, N camera angles, one identity)

1 participant