facebookresearch/vggt-omega
[CVPR 2026 Oral] VGGT Omega
What it solves
VGGT-$\Omega$ addresses the challenge of estimating camera poses and depth from a set of images. It allows users to reconstruct a 3D scene (as a point cloud and camera positions) from 2D images without requiring manual intervention or complex traditional pipelines.
How it works
The project provides a pretrained transformer-based model that takes multiple images as input and predicts camera extrinsics, intrinsics, and depth maps. It uses a specific encoding for camera poses and provides a mechanism to convert these encodings back into usable camera parameters. A specialized version of the model also supports text alignment, allowing for embeddings that can be aligned with text descriptions.
Who it’s for
This tool is designed for researchers and developers working in computer vision, 3D reconstruction, and spatial AI who need to efficiently estimate camera parameters and depth from image sequences or single images.
Highlights
- End-to-end inference: Predicts camera poses and depth maps directly from images.
- 3D Visualization: Includes a Gradio demo that can visualize depth-unprojected point clouds and predicted cameras as a GLB scene.
- Flexible Resolution: Supports different input resolutions (e.g., 256 or 512) depending on the model checkpoint used.
- Text Alignment: Offers a specific checkpoint for aligning visual spatial data with text embeddings.
Related
- Project
- Project
- Project
- Project
- Project