# depth_anything | | | |---|---| | **Model type** | `depth_anything` | | **Class** | `DepthAnythingForDepthEstimation` | | **Task** | `image-classification` | | **Source** | `models/depth_anything.py` | ## Description Depth Anything model for monocular depth estimation. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```