Select a Depth Anything 3 Model
mainDepth Anything 3 offers several model families depending on your requirements for pose estimation, metric depth, and performance:
- Nested Series: Uses an Any-view model for pose and depth estimation combined with a monocular metric depth estimator for scaling. Best for complex scenes.
- Note: Prefer models with the
-1.1suffix (e.g.,DA3NESTED-GIANT-LARGE-1.1) as they are retrained to fix previous bugs and offer better performance for street scenes.
- Note: Prefer models with the
- Any-view Models: Models like
DA3-GIANTandDA3-LARGEthat provide relative depth and pose estimation. - Monocular Metric Depth: Specifically
DA3METRIC-LARGE, which provides metric depth in meters and sky segmentation. - Monocular Depth:
DA3MONO-LARGEfor standard monocular depth estimation with sky segmentation.
Model Summary Table:
| Model Name | Params | Rel. Depth | Pose Est. | Pose Cond. | GS | Met. Depth | Sky Seg. | License |
|---|---|---|---|---|---|---|---|---|
| DA3NESTED-GIANT-LARGE-1.1 | 1.40B | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | CC BY-NC 4.0 |
| DA3-GIANT-1.1 | 1.15B | ✅ | ✅ | ✅ | ✅ | CC BY-NC 4.0 | ||
| DA3-LARGE-1.1 | 0.35B | ✅ | ✅ | ✅ | CC BY-NC 4.0 | |||
| DA3-BASE | 0.12B | ✅ | ✅ | ✅ | Apache 2.0 | |||
| DA3-SMALL | 0.08B | ✅ | ✅ | ✅ | Apache 2.0 | |||
| DA3METRIC-LARGE | 0.35B | ✅ | ✅ | ✅ | Apache 2.0 | |||
| DA3MONO-LARGE | 0.35B | ✅ | ✅ | Apache 2.0 |