Skip to content

feat: add VGGT-Omega and LingBot-Map reconstruction backends - #37

Merged
HuguesSib merged 8 commits into
mainfrom
vggt_omega_lingbot_map
Sep 24, 2026
Merged

HuguesSib merged 8 commits into
mainfrom
vggt_omega_lingbot_map

Conversation

@josauder

Copy link
Copy Markdown
Collaborator

Add two feed-forward camera + depth reconstruction backends selectable via --mapping:

  • lingbot_map: streaming frame-by-frame against a bounded KV cache; peak GPU memory stays flat. Public Apache-2.0 checkpoint, pulled from GitHub via the lingbot_map extra. Streaming and windowed modes, optional FlashInfer.
  • vggt_omega: whole-sequence forward pass; peak GPU memory grows with frame count. Gated FAIR checkpoint, noncommercial research license, pulled from GitHub via the vggt_omega extra.

Both predict per-frame intrinsics, so --refine-intrinsics-from-mapper defaults on for them. Adds point-cloud confidence/depth-edge filters, CLI options, model-zoo entries, README docs, and tests. Ignores locally cloned HF model repos (vggt/, etc.) so multi-GB checkpoints are never committed.

Add two feed-forward camera + depth reconstruction backends selectable via
--mapping:

- vggt_omega: whole-sequence forward pass; peak GPU memory grows with frame
  count. Gated FAIR checkpoint, noncommercial research license, pulled from
  GitHub via the vggt_omega extra.
- lingbot_map: streaming frame-by-frame against a bounded KV cache; peak GPU
  memory stays flat. Public Apache-2.0 checkpoint, pulled from GitHub via the
  lingbot_map extra. Streaming and windowed modes, optional FlashInfer.

Both predict per-frame intrinsics, so --refine-intrinsics-from-mapper defaults
on for them. Adds point-cloud confidence/depth-edge filters, CLI options,
model-zoo entries, README docs, and tests. Ignores locally cloned HF model
repos (vggt/, etc.) so multi-GB checkpoints are never committed.

Co-authored-by: Cursor <cursoragent@cursor.com>
@evanjt

evanjt commented Sep 17, 2026 •

Copy link
Copy Markdown
Contributor

I would like to try to automatically generate an update for these tests if they fail. I'm thinking of a CICD task that will create a pull request into whichever branch an e2e test breaks in (for example, this one).

So we can easily validate and update the golden tests if changes like this happen, I'll put the change here.

@github-actions

Copy link
Copy Markdown
Contributor

e2e golden regenerated: #38

@github-actions github-actions Bot mentioned this pull request Sep 17, 2026
github-actions Bot and others added 3 commits September 22, 2026 11:14
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Comment thread .gitignore Outdated
Co-authored-by: Hugues Sibille <hugues.sibille@epfl.ch>
@HuguesSib
HuguesSib merged commit 870e56d into main Sep 24, 2026
16 checks passed
@HuguesSib
HuguesSib deleted the vggt_omega_lingbot_map branch September 24, 2026 07:47
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.

3 participants