Instructions to use EddieT/DepthAnything_v0.3.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EddieT/DepthAnything_v0.3.1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("depth-estimation", model="EddieT/DepthAnything_v0.3.1")# Load model directly from transformers import AutoImageProcessor, AutoModelForDepthEstimation processor = AutoImageProcessor.from_pretrained("EddieT/DepthAnything_v0.3.1") model = AutoModelForDepthEstimation.from_pretrained("EddieT/DepthAnything_v0.3.1") - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 12
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support