Depth Estimation
Transformers
Safetensors
robotics
edge-deployment
anima
forge
monocular-depth
vision
ros2
jetson
real-time
Eval Results (legacy)
Instructions to use robotflowlabs/depth-anything-v2-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use robotflowlabs/depth-anything-v2-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("depth-estimation", model="robotflowlabs/depth-anything-v2-small")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("robotflowlabs/depth-anything-v2-small", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K