bytedance-seed/depth-anything-3

Depth Anything 3

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 10th, 2026
Created on November 12th, 2025
Open Issues & Pull Requests: 201 (+0)
GitHub issues: Enabled
Number of forks: 702
Total Stargazers: 6,334 (+1)
Total Subscribers: 44 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.2 hours
Mean response time: 11.7 days
90th percentile: 34.1 days
Tracked items: 157

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. 92% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed. Three people close 54% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 168
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 250 days
Stale 30+ days: 163
Stale 90+ days: 151

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.

Detailed Description

Depth Anything 3 is a monocular depth estimation model that predicts depth from single images.

The tool addresses the problem of inferring 3D spatial information from 2D photographs without requiring stereo pairs or multiple viewpoints. It works by processing a single image through a neural network trained to predict per-pixel depth values, enabling applications that need geometric understanding of scenes from standard photographs. The model is designed to handle diverse image types and lighting conditions.

Developers considering this tool should understand it is suited for applications requiring depth maps from individual images, such as 3D reconstruction, augmented reality, robotics perception, or computational photography. The project provides a pre-trained model ready for inference, making it accessible for integration into pipelines that need depth estimation without extensive training infrastructure. This approach is practical for scenarios where only single images are available or where real-time processing of individual frames is required.

The project shows active development with regular commits across multiple areas of the codebase. Work spans model implementation, inference optimization, and documentation updates, indicating ongoing refinement of both the core functionality and usability. The repository maintains a clear structure with organized code and appears to receive consistent attention to maintaining and improving the system.