Depth Estimation
Transformers
ONNX
Safetensors
robotics
anima
metric-depth
prompt-depth-anything
robot-flow-labs
Instructions to use ilessio-aiflowlab/project_abyssos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ilessio-aiflowlab/project_abyssos with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("depth-estimation", model="ilessio-aiflowlab/project_abyssos")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ilessio-aiflowlab/project_abyssos", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K