facebookresearch/vggt-omega

[CVPR 2026 Oral] VGGT Omega

What it solves

VGGT-Ω provides a way to estimate camera poses and depth from a set of images, allowing for the reconstruction of 3D scenes from 2D visual data.

How it works

The project uses a pretrained transformer-based model (available in 1B parameter versions) that takes images as input and predicts pose encodings, depth maps, and depth confidence. These predictions are then converted into camera extrinsics and intrinsics to generate a 3D point cloud and visualize the scene as a GLB file.

Who it’s for

It is designed for researchers and developers working in computer vision, 3D reconstruction, and spatial AI.

Highlights

  • End-to-end inference: Predicts both camera parameters and depth from images.
  • Text-alignment support: Offers a specific checkpoint for text-aligned embeddings.
  • 3D Visualization: Includes a Gradio demo that visualizes depth-unprojected point clouds and predicted cameras as a GLB scene.
  • Scalable memory usage: Provides detailed GPU memory benchmarks for processing varying numbers of input frames.

Related

  • Project
  • Project
  • Project
  • Project
  • Project