File size: 24,913 Bytes
73040c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
---
license: other
license_name: nvidia-oneway-noncommercial
license_link: https://github.com/nv-dvl/vgg-ttt/blob/main/LICENSE.txt
library_name: vggttt
pipeline_tag: image-to-3d
tags:
  - vggt
  - 3d-reconstruction
  - pointmap
  - depth-estimation
  - camera-pose
base_model: facebook/VGGT-1B
---

<div align="center">
<h1>VGG-T³: Offline Feed-Forward 3D Reconstruction at Scale</h1>

<a href="https://arxiv.org/abs/2602.23361"><img src="https://img.shields.io/badge/arXiv-2602.23361-b31b1b.svg" alt="arXiv"></a>
<a href="https://research.nvidia.com/labs/dvl/projects/vgg-ttt/"><img src="https://img.shields.io/badge/Project_Page-green" alt="Project Page"></a>
<a href="https://github.com/nv-dvl/vgg-ttt"><img src="https://img.shields.io/badge/GitHub-Code-black?logo=github" alt="GitHub"></a>

**[NVIDIA](https://www.nvidia.com/)** &nbsp;&nbsp;&nbsp; **[University of Toronto](https://www.utoronto.ca/)** &nbsp;&nbsp;&nbsp; **[Vector Institute](https://vectorinstitute.ai/)**

[Sven Elflein](https://selflein.github.io/), [Ruilong Li](https://www.liruilong.cn/), [Sérgio Agostinho](https://sergioagostinho.com/), [Zan Gojcic](https://zgojcic.github.io/), [Laura Leal-Taixé](https://dvl.in.tum.de/team/lealtaixe/), [Qunjie Zhou](https://research.nvidia.com/labs/dvl/author/qunjie-zhou/), [Aljosa Osep](https://aljosaosep.github.io/)
</div>

# Model Overview

### Description

VGG-T³ reconstructs 3D geometry and camera parameters from image collections and videos. The model scales linearly with the number of input images, which significantly accelerates reconstruction when dealing with a large number of images or long videos.

This model is for research and development only.

### License/Terms of Use

This model is released under the [NVIDIA OneWay Noncommercial License](https://github.com/nv-dvl/vgg-ttt/blob/main/LICENSE.txt). It may only be used for non-commercial research or educational purposes.

### Deployment Geography
Global

### Use Case

Primary users:
- Computer Vision Researchers: For benchmarking 3D reconstruction and developing neural rendering pipelines.
- Augmented Reality/Virtual Reality & Robotics Engineers: For implementing real-time simultaneous localization and mapping (SLAM), scene understanding, and navigation systems.
- 3D Content Creators: For rapid conversion of video/images into 3D assets.

Primary Use Cases
- 3D Reconstruction: Fast, feed-forward estimation of sparse 3D geometry and camera poses from unposed images or video without iterative optimization.
- Structure-from-motion (SfM) Replacement: Accelerating initialization for 3D Gaussian Splatting and Neural Radiance Field (NeRF) training by replacing slow SfM (e.g., COLMAP) steps.
- Robotic Perception: Instant inference of "pointmaps" (pixel-to-3D coordinates) for manipulation and spatial awareness.

### Release Date
GitHub 05/25/2026 via https://github.com/nv-dvl/vgg-ttt <br>
Hugging Face 05/25/2026 via https://huggingface.co/nvidia/vgg-ttt <br>

## References

- [Pre-print](https://arxiv.org/abs/2602.23361)
- Base model: [VGGT: Visual Geometry Grounded Transformer](https://arxiv.org/abs/2503.11651)

## Quick Start

Install the [code](https://github.com/nv-dvl/vgg-ttt) (preferably in a conda environment):

```bash
git clone https://github.com/nv-dvl/vgg-ttt.git && cd vgg-ttt
pip install torch==2.7.1 torchvision==0.22.1 --index-url https://download.pytorch.org/whl/cu126
pip install -r requirements.txt
```

VGG-T³ is compatible with the VGGT API and can be used in a similar way:

```python
from vggttt.nets.vggt.models.vggt import VGGT
from vggttt.nets.vggt.img import load_and_preprocess_images

vggttt = VGGT.from_pretrained("nvidia/vgg-ttt").eval().cuda()

image_names = ["path/to/imageA.png", "path/to/imageB.png", "path/to/imageC.png"]
images = load_and_preprocess_images(image_names).to("cuda")

preds = vggttt.infer(images)
# Dict containing the predicted outputs with the following keys:
#  - 'pose':        [#images, 4, 4]  Camera-to-world transformation
#  - 'intrinsics':  [#images, 3, 3]  Pinhole camera matrix
#  - 'pts3d':       [#images, height, width, 3]  Per-pixel points in world coordinates
#  - 'conf':        [#images, height, width]  Per-pixel confidence in range ]1, inf[
#  - 'depth':       [#images, height, width, 1]  Per-pixel depth
```

## Model Architecture

**Architecture Type:** Transformer <br>
**Network Architecture:** Vision-Transformer (ViT) <br>
**This model was developed based on:** [VGGT](https://arxiv.org/abs/2503.11651) <br>
**Number of model parameters:** 1.19 × 10⁹ <br>

## Input(s)

**Input Type(s):** Image, video <br>

**Input Format(s):**
- Image: Red, Green, Blue (RGB) <br>
- Video: .mov, .mp4 <br>

**Input Parameters:**
- Video: Three-Dimensional (3D) <br>
- Collection of images: Three-Dimensional (3D) <br>

**Other Properties Related to Input:**
- Video is converted to images at frame rate of the video.
- Maximum resolution per image: 518x518

## Output(s)

**Output Type(s):**
- Camera parameters (extrinsics, intrinsics)
- Point cloud (3D point per pixel)

**Output Format(s):**
- Point cloud: X, Y, Z
- Camera intrinsics: Focal length
- Camera extrinsics: Rotation matrix, translation vector

**Output Parameters:**
- Point cloud: Three-Dimensional (3D) <br>
- Camera intrinsics: Two-Dimensional (2D) <br>
- Camera extrinsics: Three-Dimensional (3D) <br>

**Other Properties Related to Output:**
- One 3D point is predicted per input pixel in each image.
- One set of camera parameters (intrinsics + extrinsics) is predicted per image.

Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA's hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions. <br>

## Software Integration

**Runtime Engine(s):** N/A

**Supported Hardware Microarchitecture Compatibility:** <br>
* NVIDIA Ampere <br>
* NVIDIA Blackwell <br>
* NVIDIA Hopper <br>
* NVIDIA Volta <br>

**Preferred/Supported Operating System(s):** Linux

The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment. <br>

## Model Version(s)

- v1.0: Initial release

## Training, Testing, and Evaluation Datasets

### Training Datasets

#### **DynamicReplica (DynamicStereo)**

**Link:** https://dynamic-stereo.github.io/  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** 145,200 stereo frames (from 524 videos). The dataset contains synthetic rendered videos of scanned environments with dynamic objects (people/animals). It includes stereo images, disparity maps, and camera parameters. <br>

-----

#### **Hypersim**

**Link:** https://github.com/apple/ml-hypersim  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** \~77,400 images. Photorealistic synthetic dataset for indoor scene understanding. Contains RGB, depth, semantic segmentation, and camera parameters. <br>

-----

#### **OmniData**

**Link:** https://github.com/EPFL-VILAB/omnidata/tree/main/omnidata_tools/dataset#readme  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images] <br>

**Data Collection Method by dataset** [Hybrid: Automatic/Sensors, Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** \~14 million rendered images from various meshes that are partially obtained from real world scans. <br>

-----

#### **CubifyAnything**

**Link:** https://github.com/apple/ml-cubifyanything  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images] <br>

**Data Collection Method by dataset** [Automatic/Sensors] <br>

**Labeling Method by dataset** [Hybrid: Human, Automatic/Sensors] <br>

**Properties:** The dataset aligns handheld RGB-D captures with laser scans, creating a large-scale labeled dataset for 3D object detection. <br>

-----

#### **ScanNet++**

**Link:** https://scannetpp.mlsg.cit.tum.de/scannetpp/  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images]

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Hybrid: Human, Automatic/Sensors] <br>

**Properties:** Millions of frames (video) / \~460 scenes. High-resolution real-world 3D indoor semantic scene understanding dataset using laser scanning and DSLR/iPhone capture. <br>

-----

#### **Mapillary Metropolis**

**Link:** https://www.mapillary.com/dataset/metropolis  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Automatic/Sensors] <br>

**Labeling Method by dataset** [Hybrid: Human, Automatic/Sensors] <br>

**Properties:** \~28,000 images. City-scale dataset containing street-level panoramic images, LiDAR point clouds, and aerial imagery. <br>

-----

#### **MatrixCity**

**Link:** https://city-super.github.io/matrixcity/  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** \~67,000 images (Small City block). Large-scale synthetic city dataset for neural rendering, generated using Unreal Engine 5. <br>

-----

#### **MegaDepth**

**Link:** https://www.cs.cornell.edu/projects/megadepth/  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Automated] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** \~150,000 reconstructed images. Derived from Internet photo collections (Flickr) using Structure-from-Motion (SfM) and Multi-View Stereo (MVS) to generate depth maps. <br>

-----

#### **Mid-Air**

**Link:** https://midair.ulg.ac.be/  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** \~420,000 video frames. Synthetic dataset for low-altitude drone flight, featuring multi-modal data (RGB, depth, normals, stereo) across different climate conditions. <br>

-----

#### **Mapillary Planet-scale Depth dataset**

**Link:** https://www.mapillary.com/dataset/depth  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Hybrid: Human, Automatic/Sensors] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** \~750,000 images. Dense depth dataset derived from street-level imagery using SfM, covering a wide variety of locations and camera models. <br>

-----

#### **ParallelDomain4D**

**Link:** https://github.com/basilevh/gcd?tab=readme-ov-file#paralleldomain-4d  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** Synthetic video dataset rendered using the Parallel Domain engine. Designed for dynamic novel view synthesis and 4D reconstruction. <br>

-----

#### **Virtual KITTI 2**

**Link:** https://europe.naverlabs.com/proxy-virtual-worlds-vkitti-2/  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** Photorealistic synthetic video dataset mimicking the real KITTI dataset, used for object detection, tracking, and depth estimation. <br>

-----

#### **Waymo Open Dataset**

**Link:** https://waymo.com/open/  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images] <br>

**Data Collection Method by dataset** [Hybrid: Human, Automatic/Sensors] <br>

**Labeling Method by dataset** [Hybrid: Human for semantic annotations, Automatic/Sensors for depth] <br>

**Properties:** Large-scale autonomous driving dataset collected with high-resolution cameras and LiDAR. <br>

-----

#### **Common Objects in 3D (CO3Dv2)**

**Link:** https://ai.meta.com/datasets/co3d-dataset/  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** \~6 million images (v2 version of the dataset). Large-scale dataset of object-centric videos captured with smartphones, annotated with camera poses and point clouds via structure-from-motion. <br>

-----

#### **Kubric**

**Link:** https://github.com/google-research/kubric?tab=readme-ov-file  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** A data generation pipeline using PyBullet and Blender to create photo-realistic synthetic videos with rich annotations. We generate a synthetic dataset using based on assets from [Google Scanned Objects](https://research.google/blog/scanned-objects-by-google-research-a-dataset-of-3d-scanned-common-household-items/), environments from [HDRI Haven](https://polyhaven.com/hdris) <br>

-----

#### **Wild RGB-D**

**Link:** https://github.com/wildrgbd/wildrgbd  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** Large-scale dataset comprising \~20,000 RGB-D videos of objects captured in the wild using iPhones. Includes camera poses and object masks. <br>

-----

#### **BlendedMVS**

**Link:** https://github.com/YoYo000/BlendedMVS  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** Multi-view stereo dataset. 3D models are reconstructed from real images, then rendered to create synthetic training pairs blended with the original images. <br>

-----

#### **DL3DV-10K**

**Link:** https://dl3dv-10k.github.io/DL3DV-10K/  <br>

**Data Modality**: Image, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** Large-scale scene dataset containing over 10,000 videos of diverse real-world scenes captured for Deep Learning based 3D Vision. Camera poses are obtained using structure-from-motion. <br>

-----

#### **Spring Benchmark**

**Link:** https://spring-benchmark.org/  <br>

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** High-resolution photo-realistic computer-generated imagery (Blender) for optical flow and stereo benchmarking. <br>

-----

#### **TartanAir**

**Link:** https://theairlab.org/tartanair-dataset/  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** Challenging visual SLAM dataset collected in photorealistic simulation environments with various lighting/weather conditions. <br>

-----

#### **UnrealStereo4K**

**Link:** https://github.com/fabiotosi92/SMD-Nets#unrealstereo4k  <br>

**Data Modality**: Image, Depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** High-resolution synthetic stereo dataset generated using Unreal Engine 4. <br>

### Evaluation Datasets

#### **7scenes**

**Link:** [7scenes](https://www.microsoft.com/en-us/research/project/rgb-d-dataset-7-scenes/)  <br>

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** 7-Scenes is a RGB-D dataset featuring seven indoor scenes captured with a Kinect camera. The dataset includes RGB images (640x480), depth maps, and camera-to-world poses. <br>

---

#### **DTU MVS Dataset**

**Link:** https://roboimagedata.compute.dtu.dk/?page_id=36  <br>

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** An industrial robot arm was mounted with a structured light scanner. This allowed for structured light scans corresponding to each image in the data set. The images were taken by one of the cameras in the structured light scanner. <br>

---

#### **ETH3D Stereo Benchmark**

**Link:** https://www.eth3d.net/overview

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [1 Million to 1 Billion Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** The multi-view stereo / 3D reconstruction benchmark covers a variety of indoor and outdoor scenes. Ground truth geometry has been obtained using a high-precision laser scanner. A DSLR camera as well as a synchronized multi-camera rig with varying field-of-view was used to capture images. <br>

---

#### **ScanNet**

**Link:** http://www.scan-net.org/

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Hybrid: Automatic/Sensors, Human] <br>

**Properties:** ScanNet is an RGB-D video dataset containing 2.5 million views in more than 1500 scans, annotated with 3D camera poses, surface reconstructions, and instance-level semantic segmentations. To collect this data, we designed an easy-to-use and scalable RGB-D capture system that includes automated surface reconstruction and crowdsourced semantic annotation. <br>

---

#### **Sintel**

**Link:** http://sintel.is.tue.mpg.de/

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Synthetic] <br>

**Labeling Method by dataset** [Synthetic] <br>

**Properties:** 1,064 frames organized into 23 video sequences. The data is Computer-Generated Imagery (CGI) derived from the open-source 3D animated short film Sintel. <br>

---

#### **TUM RGB-D SLAM dataset**

**Link:** https://cvg.cit.tum.de/data/datasets/rgbd-dataset

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** Large dataset containing RGB-D data and ground-truth data with the goal to establish a novel benchmark for the evaluation of visual odometry and visual SLAM systems. The dataset contains the color and depth images of a Microsoft Kinect sensor along the ground-truth trajectory of the sensor. The data was recorded at full frame rate (30 Hz) and sensor resolution (640x480). The ground-truth trajectory was obtained from a high-accuracy motion-capture system with eight high-speed tracking cameras (100 Hz).

---

#### **Bonn RGB-D Dynamic Dataset**

**Link:** https://www.ipb.uni-bonn.de/data/rgbd-dynamic-dataset/index.html

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** This is a dataset for RGB-D SLAM, containing dynamic sequences. It provides 24 dynamic sequences, where people perform different tasks, such as manipulating boxes or playing with balloons, plus 2 static sequences. For each scene we provide the ground truth pose of the sensor, recorded with an Optitrack Prime 13 motion capture system. The sequences are in the same format as the TUM RGB-D Dataset, so that the same evaluation tools can be used. Furthermore, they provide a ground truth 3D point cloud of the static environment recorded using a Leica BLK360 terrestrial laser scanner.

---

#### **KITTI Vision Benchmark Suite**

**Link:** https://www.cvlibs.net/datasets/kitti/

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Hybrid: Automatic/Sensors, Human] <br>

**Properties:** Challenging real-world computer vision benchmarks. Tasks of interest are: stereo, optical flow, visual odometry, 3D object detection and 3D tracking. For this purpose, they equipped a standard station wagon with two high-resolution color and grayscale video cameras. Accurate ground truth is provided by a Velodyne laser scanner and a GPS localization system. The datasets are captured by driving around the mid-size city of Karlsruhe, in rural areas and on highways. Up to 15 cars and 30 pedestrians are visible per image.

---

#### **Wayspots**

**Link:** https://nianticlabs.github.io/ace/wayspots.html

**Data Modality**: Image, depth, Camera extrinsics and intrinsics.

**Image Training Data Size** [Less than a Million Images] <br>

**Data Collection Method by dataset** [Human] <br>

**Labeling Method by dataset** [Automatic/Sensors] <br>

**Properties:** 10 small outdoor scenes stemming from Niantic's Map-Free dataset. Each scene was scanned twice, independently by two users. Posed mapping images come from real-time visual odometry on the user's phones. Depth or 3D point clouds are not available. Evaluation ground truth comes from SfM.

# Inference

**Acceleration Engine:** N/A <br>
**Test Hardware:** NVIDIA A100 <br>

## Ethical Considerations

NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse. <br>
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/). <br>

## Citation

If you find this work useful, please cite:

```bibtex
@inproceedings{elflein2026vggttt,
  title     = {VGG-T\textsuperscript{3}: Offline Feed-Forward 3D Reconstruction at Scale},
  author    = {Elflein, Sven and Li, Ruilong and Agostinho, S{\'e}rgio and Gojcic, Zan and Leal-Taix{\'e}, Laura and Zhou, Qunjie and Osep, Aljosa},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year      = {2026}
}
```