Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

keras
/
depth_anything_v2_large

KerasHub
Model card Files Files and versions
xet
Community

Instructions to use keras/depth_anything_v2_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • KerasHub

    How to use keras/depth_anything_v2_large with KerasHub:

    import keras_hub
    
    # Create a DepthEstimator model
    task = keras_hub.models.DepthEstimator.from_preset("hf://keras/depth_anything_v2_large")
    
    import keras_hub
    
    # Create a Backbone model unspecialized for any task
    backbone = keras_hub.models.Backbone.from_preset("hf://keras/depth_anything_v2_large")
    
  • Keras

    How to use keras/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://keras/depth_anything_v2_large")
    
  • Notebooks
  • Google Colab
  • Kaggle
depth_anything_v2_large
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
prasadsachin's picture
prasadsachin
Update README.md with new model card content
201ca3d verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.85 kB
    Update README.md with new model card content 2 months ago
  • config.json
    2.28 kB
    Upload folder using huggingface_hub 7 months ago
  • image_converter.json
    1.02 kB
    Upload folder using huggingface_hub 7 months ago
  • metadata.json
    195 Bytes
    Upload folder using huggingface_hub 7 months ago
  • model.weights.h5
    1.35 GB
    xet
    Upload folder using huggingface_hub 7 months ago