whatisgithub

What is ivgt?

wzzheng/ivgt — explained in plain English

Analysis updated 2026-05-18

16Audience · researcherComplexity · 5/5Setup · hard

In one sentence

IVGT is a research computer vision model that reconstructs complete 3D scenes from unposed photos using a continuous learned surface field, though the code itself is not yet publicly released.

Mindmap

mindmap
  root((IVGT))
    What it does
      Implicit 3D reconstruction
      Continuous SDF field
      Pose free multi view input
    Outputs
      3D meshes
      Depth maps
      Surface normals
      Novel view renders
    Status
      Research paper
      Code not released
    Use cases
      Scene reconstruction
      Novel view synthesis
      Camera pose estimation

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Reconstruct complete 3D meshes of a scene from a handful of photographs with no camera position data.

USE CASE 2

Generate novel view renderings, depth maps, and surface normal maps from the same learned 3D representation.

USE CASE 3

Compare against other visual geometry models like VGGT or DUSt3R on standard 3D reconstruction benchmarks.

What is it built with?

PyTorch

How does it compare?

wzzheng/ivgtaayan15728/aesthetic-portfolio-siteadya84/ha-world-cup-2026
Stars161616
LanguageHTMLPython
Setup difficultyhardeasyeasy
Complexity5/52/52/5
Audienceresearcherdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1day+

Code has not been released yet according to the README, so there is nothing to install or run.

License terms are not stated in the README.

So what is it?

IVGT stands for Implicit Visual Geometry Transformer, a research project in computer vision that reconstructs three dimensional scenes from multiple photographs taken without any prior knowledge of where the camera was positioned. Most competing approaches work by assigning a 3D point to every pixel in every photo, called explicit geometry, which means the same surface gets predicted multiple times from different angles, leading to inconsistencies and gaps. IVGT takes a different approach: instead of per pixel predictions, it learns a continuous three dimensional field, called a signed distance function, that can be queried at any point in space to determine whether that point is on, inside, or outside a surface. Because the field is continuous rather than pixel by pixel, IVGT can extract complete, coherent 3D meshes, the polygon surfaces used in 3D graphics, in a single pass through the model, with no slow per scene optimization required. The same underlying field also produces depth maps showing how far each surface is from the camera, surface normal maps showing which direction each surface faces, and rendered images from new viewpoints the camera never captured. The README reports benchmark comparisons against other recent reconstruction models on tasks including mesh reconstruction, point cloud reconstruction, novel view synthesis, depth estimation, surface normal estimation, and camera pose estimation, with IVGT performing competitively or best on several of them. The model is trained across multiple datasets using only 2D image supervision and geometric constraints, allowing it to generalize to new scenes without further tuning. According to the README, the code has not yet been released publicly, only the paper's findings and results are shown. This project is aimed at computer vision researchers working on 3D reconstruction, novel view synthesis, or scene understanding.

Copy-paste prompts

Prompt 1
Summarize the difference between IVGT's implicit approach and explicit pointmap models like DUSt3R or VGGT.
Prompt 2
Explain how a signed distance function lets IVGT query 3D geometry at any point instead of only at pixel locations.
Prompt 3
List the benchmarks and datasets IVGT reports results on for mesh reconstruction and novel view synthesis.

Frequently asked questions

What is ivgt?

IVGT is a research computer vision model that reconstructs complete 3D scenes from unposed photos using a continuous learned surface field, though the code itself is not yet publicly released.

What license does ivgt use?

License terms are not stated in the README.

How hard is ivgt to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is ivgt for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.