naver/dust3r

DUSt3R: Geometric 3D Vision Made Easy

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 51 minutes ago
Added to GitGenius on September 9th, 2026
Created on February 21st, 2024
Open Issues & Pull Requests: 143 (+0)
GitHub issues: Enabled
Number of forks: 765
Total Stargazers: 7,302 (+0)
Total Subscribers: 54 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.0 days
Mean response time: 51.3 days
90th percentile: 163.7 days
Tracked items: 68

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 65
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 654 days
Stale 30+ days: 65
Stale 90+ days: 65

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

DUSt3R is a geometric 3D vision framework that reconstructs 3D scenes and camera poses from image pairs or small image collections without requiring camera intrinsics or pose priors.

The tool addresses the challenge of 3D reconstruction by predicting pointmaps and camera poses directly from images in a unified, camera-agnostic manner. Rather than relying on traditional structure-from-motion pipelines that require known camera parameters, DUSt3R uses a transformer-based architecture with a vision transformer encoder and decoder to estimate 3D point positions and camera geometry. The approach works by processing image pairs through global alignment procedures that refine the initial predictions into a coherent 3D reconstruction, with confidence thresholds available to filter uncertain regions.

Developers should adopt this tool if they need flexible 3D reconstruction without camera calibration constraints. It suits projects involving scene understanding, 3D modeling from casual photographs, or applications where camera parameters are unknown or variable. The framework provides multiple pre-trained model variants with different resolutions and decoder heads, allowing trade-offs between accuracy and computational requirements. An interactive demo enables quick experimentation with image pairs before integration into larger systems.

The project maintains an active ecosystem of related work, including extensions that add local feature matching, metric depth estimation, and multi-view capabilities. Development shows consistent refinement of the core approach through specialized variants addressing different reconstruction scenarios. The codebase includes comprehensive training infrastructure with documented hyperparameters, dataset integration, and Docker support for reproducible deployment. The tool provides both programmatic access and interactive interfaces, indicating attention to usability across different integration contexts.