| ---
|
| extra_gated_fields:
|
| First Name: text
|
| Last Name: text
|
| Date of birth: date_picker
|
| Country: country
|
| Affiliation: text
|
| I accept the terms and conditions: checkbox
|
| geo: ip_location
|
| extra_gated_description: >-
|
| The information you provide will be collected, stored, processed and shared in
|
| accordance with the [Meta Privacy
|
| Policy](https://www.facebook.com/privacy/policy/).
|
| extra_gated_button_content: Submit
|
| language:
|
| - en
|
| tags:
|
| - facebook
|
| - meta-pytorch
|
| license: cc-by-nc-4.0
|
| ---
|
|
|
|
|
|
|
|
|
|
|
| <div align="center">
|
| <h1>VGGT-Ω</h1>
|
|
|
| <a href="http://vggt-omega.github.io/" target="_blank" rel="noopener noreferrer">
|
| <img src="https://img.shields.io/badge/Project_Page-green" alt="Project Page">
|
| </a>
|
| <a href="https://github.com/facebookresearch/vggt-omega"><img src="https://img.shields.io/badge/GitHub-Repo-black" alt="GitHub Repo"></a>
|
|
|
| **[Meta AI Research](https://ai.facebook.com/research/)**; **[University of Oxford, VGG](https://www.robots.ox.ac.uk/~vgg/)**
|
|
|
| [Jianyuan Wang](https://jytime.github.io/), [Minghao Chen](https://silent-chen.github.io/), [Shangzhan Zhang](https://scholar.google.com/citations?user=FUDsZkEAAAAJ&hl=zh-CN), [Nikita Karaev](https://nikitakaraevv.github.io/),
|
| [Johannes Schönberger](https://demuc.de/), [Patrick Labatut](https://scholar.google.com/citations?user=IJidh-UAAAAJ&hl=fr), [Piotr Bojanowski](https://scholar.google.com/citations?user=lJ_oh2EAAAAJ&hl=en), [David Novotny](https://d-novotny.github.io/),
|
| [Andrea Vedaldi](https://www.robots.ox.ac.uk/~vedaldi/), [Christian Rupprecht](https://chrirupp.github.io/)
|
| </div>
|
|
|
| ## Quick Start
|
|
|
| Please refer to our [Github Repo](https://github.com/facebookresearch/vggt-omega)
|
|
|
| ## Citation
|
| If you find our repository useful, please consider giving it a star ⭐ and citing our paper in your work:
|
|
|
| ```bibtex
|
| @inproceedings{wang2026vggtomega,
|
| title={VGGT-{$\Omega$}},
|
| author={Wang, Jianyuan and Chen, Minghao and Zhang, Shangzhan and Karaev, Nikita and Sch{\"o}nberger, Johannes and Labatut, Patrick and Bojanowski, Piotr and Novotny, David and Vedaldi, Andrea and Rupprecht, Christian},
|
| booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
| year={2026}
|
| }
|
| ```
|
|
|
|
|