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")