Add model card for VGGT

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -2,8 +2,14 @@
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
 
 
 
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Library: [More Information Needed]
9
- - Docs: [More Information Needed]
 
 
 
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
+ library_name: pytorch
6
+ pipeline_tag: image-to-3d
7
+ license: mit
8
  ---
9
 
10
+ Visual Geometry Grounded Transformer (VGGT, CVPR 2025) is a feed-forward neural network that directly infers all key 3D attributes of a scene, including extrinsic and intrinsic camera parameters, point maps, depth maps, and 3D point tracks, **from one, a few, or hundreds of its views, within seconds**.
11
+
12
+ Paper: [VGGT: Visual Geometry Grounded Transformer](https://huggingface.co/papers/2503.11651)
13
+ Code: https://github.com/facebookresearch/vggt
14
+ Project Page: https://vgg-t.github.io/
15
+ Demo: https://huggingface.co/spaces/facebook/vggt