zeromodels / depth_anything_large

huggingface.co
Total runs: 33
24-hour runs: -8
7-day runs: 2
30-day runs: -111
Model's Last Updated: August 27 2026
depth-estimation

Introduction of depth_anything_large

Model Details of depth_anything_large

See our collection for all versions of Depth Anything V1.

Run Depth Anything V1 with Keras 3: JAX, PyTorch, or TensorFlow

GitHub Docs Collection

kerasformers/depth_anything_large

Paper: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data (arXiv:2401.10891) · HF Papers

Depth Anything estimates depth from a single image. A DINOv2 ViT backbone feeds a DPT-style neck and head. V1 outputs relative inverse depth (larger means closer; units are arbitrary within one image).

For more details on the model, please go to the upstream model card .

Pure- Keras 3 conversion of LiheYoung/depth-anything-large-hf for kerasformers . One implementation runs unmodified on TensorFlow / Torch / JAX .

This is a monocular depth checkpoint ( DepthAnythingV1DepthEstimation ) with relative inverse depth.

✨ Quick start
import os
os.environ["KERAS_BACKEND"] = "torch"  # or "jax" / "tensorflow"

from PIL import Image
from kerasformers.models.depth_anything_v1 import DepthAnythingV1DepthEstimation, DepthAnythingV1ImageProcessor

model = DepthAnythingV1DepthEstimation.from_weights("kerasformers/depth_anything_large")
processor = DepthAnythingV1ImageProcessor.from_weights("kerasformers/depth_anything_large")

image = Image.open("your_image.jpg").convert("RGB")
output = model(processor(image)["pixel_values"], training=False)
depth = processor.post_process_depth_estimation(
    output, original_size=(image.height, image.width)
)
print(depth.shape)

Load any Depth Anything V1 variant the same way with from_weights("kerasformers/<variant>") :

Variant Hub Backbone
depth_anything_small kerasformers/depth_anything_small ViT-S/14
depth_anything_base kerasformers/depth_anything_base ViT-B/14
depth_anything_large kerasformers/depth_anything_large ViT-L/14
Tips
  • Set KERAS_BACKEND before importing Keras / kerasformers.
  • For metric (metre) depth, use Depth Anything V2 metric heads.
  • See Depth Anything V1 docs and Loading Weights .
  • Community / upstream weights: DepthAnythingV1DepthEstimation.from_weights("hf:LiheYoung/depth-anything-large-hf") .
Special Thanks

A huge thank you to the Depth Anything authors for creating and releasing these models.

License: Apache 2.0.

Runs of zeromodels depth_anything_large on huggingface.co

33
Total runs
-8
24-hour runs
1
3-day runs
2
7-day runs
-111
30-day runs

More Information About depth_anything_large huggingface.co Model

More depth_anything_large license Visit here:

https://choosealicense.com/licenses/apache-2.0

depth_anything_large huggingface.co

depth_anything_large huggingface.co is an AI model on huggingface.co that provides depth_anything_large's model effect (), which can be used instantly with this zeromodels depth_anything_large model. huggingface.co supports a free trial of the depth_anything_large model, and also provides paid use of the depth_anything_large. Support call depth_anything_large model through api, including Node.js, Python, http.

depth_anything_large huggingface.co Url

https://huggingface.co/zeromodels/depth_anything_large

zeromodels depth_anything_large online free

depth_anything_large huggingface.co is an online trial and call api platform, which integrates depth_anything_large's modeling effects, including api services, and provides a free online trial of depth_anything_large, you can try depth_anything_large online for free by clicking the link below.

zeromodels depth_anything_large online free url in huggingface.co:

https://huggingface.co/zeromodels/depth_anything_large

depth_anything_large install

depth_anything_large is an open source model from GitHub that offers a free installation service, and any user can find depth_anything_large on GitHub to install. At the same time, huggingface.co provides the effect of depth_anything_large install, users can directly use depth_anything_large installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

depth_anything_large install url in huggingface.co:

https://huggingface.co/zeromodels/depth_anything_large

Url of depth_anything_large

depth_anything_large huggingface.co Url

Provider of depth_anything_large huggingface.co

zeromodels
ORGANIZATIONS

Other API from zeromodels