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

  • Log In
  • Sign Up

keras
/
depth_anything_v2_base

KerasHub
Model card Files Files and versions
xet
Community

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

  • Libraries
  • KerasHub

    How to use keras/depth_anything_v2_base with KerasHub:

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

    How to use keras/depth_anything_v2_base 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_base")
    
  • Notebooks
  • Google Colab
  • Kaggle
depth_anything_v2_base
395 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits

This model has 2 files scanned as unsafe.

prasadsachin's picture
prasadsachin
Update README.md with new model card content
7d96443 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.86 kB
    Update README.md with new model card content 2 months ago
  • config.json
    2.27 kB
    Upload folder using huggingface_hub 6 months ago
  • image_converter.json
    1.02 kB
    Upload folder using huggingface_hub 6 months ago
  • metadata.json
    194 Bytes
    Upload folder using huggingface_hub 6 months ago
  • model.weights.h5
    395 MB
    xet
    Upload folder using huggingface_hub 6 months ago