depth-anything_DA3-LARGE-1.1
depth-anything · View on Hugging Face ↗
Get this model
Seeders: 1 · Leechers: 0
Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
license: apache-2.0 tags:
- depth-estimation
- computer-vision
- monocular-depth
- multi-view-geometry
- pose-estimation library_name: depth-anything-3 pipeline_tag: depth-estimation
Depth Anything 3: DA3-LARGE
Model Description
DA3 Large model for multi-view depth estimation and camera pose estimation. Foundation model with unified depth-ray representation.
| Property | Value |
|---|---|
| Model Series | Any-view Model |
| Parameters | 0.35B |
| 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-large")
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-large
# Use backend for faster repeated inference
da3 backend --model-dir depth-anything/da3-large
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
- 🏠 Project Page
- 📄 Paper
- 💻 GitHub Repository
- 🤗 Hugging Face Demo
- 📚 Documentation
Authors
Haotong Lin · Sili Chen · Junhao Liew · Donny Y. Chen · Zhenyu Li · Guang Shi · Jiashi Feng · Bingyi Kang # noqa: E501
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:e19ed4a5b71addc034087313530bc75e31549ee0&dn=depth-anything_DA3-LARGE-1.1Open magnet in torrent client · infohash e19ed4a5b71addc034087313530bc75e31549ee0
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 4.6 KB (4,684 B) | 72e52bd3e3041a31999bcff51fd113ff8715860a | 2d323de54b5e27e73762486d1b6e509ab8ac32b6fcd6fbf87c17661671a6a1f0 |
| config.json | 1.2 KB (1,213 B) | 0680c064efa7a3f8fa5ff4387d7748000fffe987 | 744dcaf53859490ed92fc6cb98d68d3daf624b8c54533aaf604bdb53f06321f5 |
| model.safetensors | 1.53 GB (1,643,843,860 B) | fced95ffc2e73a5e004faadc0853d1f55384bc5a | 739905c423cf0d6ccaf9e61a8401d82ba1ac32d7f4d3ee6dca8f92b377633f64 |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/depth-anything_DA3-LARGE-1.1/
- Slug
- depth-anything_DA3-LARGE-1.1
- Infohash
- e19ed4a5b71addc034087313530bc75e31549ee0
- License
- apache-2.0
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: depth-anything_DA3-LARGE-1.1.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | depth-anything/DA3-LARGE-1.1 |
|---|---|
| Revision (pinned) | 0e109ae307c5982f319a67cf6f9f99ccdc0ec97c |
| Fetched at | 2026-09-02T04:33:02Z |
| License at fetch | apache-2.0 |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-02T04:33:19Z
apache-2.01.53 GB (1,643,849,757 bytes)depth-anything-3safetensorsdepth-estimationcomputer-visionmonocular-depthmulti-view-geometrypose-estimation