Instructions to use kerasformers/depth_anything_v2_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasFormers
How to use kerasformers/depth_anything_v2_large with KerasFormers:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Keras
How to use kerasformers/depth_anything_v2_large with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://kerasformers/depth_anything_v2_large") - Notebooks
- Google Colab
- Kaggle
metadata
pipeline_tag: depth-estimation
license: cc-by-nc-4.0
library_name: kerasformers
tags:
- keras
- kerasformers
- depth_anything_v2
- tf
- jax
- pytorch
depth_anything_v2_large (Keras 3)
Pure-Keras 3 weights for kerasformers. License: cc-by-nc-4.0.
from kerasformers.models.depth_anything_v2 import DepthAnythingV2DepthEstimation
model = DepthAnythingV2DepthEstimation.from_weights("depth_anything_v2_large")