depth-anything / DA3-BASE

huggingface.co
Total runs: 59.9K
24-hour runs: 0
7-day runs: -3.3K
30-day runs: -25.3K
Model's Last Updated: 2025年11月16日
image-to-3d

Introduction of DA3-BASE

Model Details of DA3-BASE

Depth Anything 3: DA3-BASE

Project Page Paper Demo # noqa: E501

Model Description

DA3 Base model for multi-view depth estimation and camera pose estimation. Compact foundation model with unified depth-ray representation.

Property Value
Model Series Any-view Model
Parameters 0.12B
License Apache 2.0
Capabilities
  • ✅ Relative Depth
  • ✅ Pose Estimation
  • ✅ Pose Conditioning
Quick Start
Installation
git clone https://github.com/ByteDance-Seed/depth-anything-3
cd depth-anything-3
pip install -e .
Basic Example
import torch
from depth_anything_3.api import DepthAnything3

# Load model from Hugging Face Hub
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
model = DepthAnything3.from_pretrained("depth-anything/da3-base")
model = model.to(device=device)

# Run inference on images
images = ["image1.jpg", "image2.jpg"]  # List of image paths, PIL Images, or numpy arrays
prediction = model.inference(
    images,
    export_dir="output",
    export_format="glb"  # Options: glb, npz, ply, mini_npz, gs_ply, gs_video
)

# Access results
print(prediction.depth.shape)        # Depth maps: [N, H, W] float32
print(prediction.conf.shape)         # Confidence maps: [N, H, W] float32
print(prediction.extrinsics.shape)   # Camera poses (w2c): [N, 3, 4] float32
print(prediction.intrinsics.shape)   # Camera intrinsics: [N, 3, 3] float32
Command Line Interface
# Process images with auto mode
da3 auto path/to/images \
    --export-format glb \
    --export-dir output \
    --model-dir depth-anything/da3-base

# Use backend for faster repeated inference
da3 backend --model-dir depth-anything/da3-base
da3 auto path/to/images --export-format glb --use-backend
Model Details
  • Developed by: ByteDance Seed Team
  • Model Type: Vision Transformer for Visual Geometry
  • Architecture: Plain transformer with unified depth-ray representation
  • Training Data: Public academic datasets only
Key Insights

💎 A single plain transformer (e.g., vanilla DINO encoder) is sufficient as a backbone without architectural specialization. # noqa: E501

✨ A singular depth-ray representation obviates the need for complex multi-task learning.

Performance

🏆 Depth Anything 3 significantly outperforms:

  • Depth Anything 2 for monocular depth estimation
  • VGGT for multi-view depth estimation and pose estimation

For detailed benchmarks, please refer to our paper . # noqa: E501

Limitations
  • The model is trained on academic datasets and may have limitations on certain domain-specific images # noqa: E501
  • Performance may vary depending on image quality, lighting conditions, and scene complexity
Citation

If you find Depth Anything 3 useful in your research or projects, please cite:

@article{depthanything3,
  title={Depth Anything 3: Recovering the visual space from any views},
  author={Haotong Lin and Sili Chen and Jun Hao Liew and Donny Y. Chen and Zhenyu Li and Guang Shi and Jiashi Feng and Bingyi Kang},  # noqa: E501
  journal={arXiv preprint arXiv:XXXX.XXXXX},
  year={2025}
}
Links
Authors

Haotong Lin · Sili Chen · Junhao Liew · Donny Y. Chen · Zhenyu Li · Guang Shi · Jiashi Feng · Bingyi Kang # noqa: E501

Runs of depth-anything DA3-BASE on huggingface.co

59.9K
Total runs
0
24-hour runs
466
3-day runs
-3.3K
7-day runs
-25.3K
30-day runs

More Information About DA3-BASE huggingface.co Model

More DA3-BASE license Visit here:

https://choosealicense.com/licenses/apache-2.0

DA3-BASE huggingface.co

DA3-BASE huggingface.co is an AI model on huggingface.co that provides DA3-BASE's model effect (), which can be used instantly with this depth-anything DA3-BASE model. huggingface.co supports a free trial of the DA3-BASE model, and also provides paid use of the DA3-BASE. Support call DA3-BASE model through api, including Node.js, Python, http.

depth-anything DA3-BASE online free

DA3-BASE huggingface.co is an online trial and call api platform, which integrates DA3-BASE's modeling effects, including api services, and provides a free online trial of DA3-BASE, you can try DA3-BASE online for free by clicking the link below.

depth-anything DA3-BASE online free url in huggingface.co:

https://huggingface.co/depth-anything/DA3-BASE

DA3-BASE install

DA3-BASE is an open source model from GitHub that offers a free installation service, and any user can find DA3-BASE on GitHub to install. At the same time, huggingface.co provides the effect of DA3-BASE install, users can directly use DA3-BASE installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

DA3-BASE install url in huggingface.co:

https://huggingface.co/depth-anything/DA3-BASE

Url of DA3-BASE

Provider of DA3-BASE huggingface.co

depth-anything
ORGANIZATIONS

Other API from depth-anything