Live point clouds you can orbit and zoom, rendered in the browser.
One representative pair for each camera-model combination, with the prediction and the ground truth side by side in the browser. Drag to orbit, scroll to zoom, right-drag to pan; the two panels share a camera, so moving one moves the other.
An arbitrary image pair run through eval_two_view_zeroshot.py, with no
poses, no intrinsics and no dataset metadata.
Ray-Aware Global Alignment fuses the pairwise predictions above into a single globally consistent scene by optimising poses and per-image scales with the ray directions frozen, so points may only slide along their own rays.
Full-scene reconstructions, live in the browser: each panel is one whole scene fused from all of its views, not one of the two-view pairs shown earlier on this page. Pick a benchmark to swap all four clouds. The four panels share one camera, so a drag started in any of them moves all four and the comparison is always from the same viewpoint.
Note. The global alignment code is not part of the current release; this repository provides the two-view network it is built on.