Instructions to use keras-io/monocular-depth-estimation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/monocular-depth-estimation with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/monocular-depth-estimation") - Notebooks
- Google Colab
- Kaggle
What are the inputs?
#1
by 10dallasj - opened
If I wanted to run a single prediction or train on a set of images, what would be the inputs? I tried loading up a single RGB image and passing it in, but got a lot of errors :/
You can try out the model directly in https://huggingface.co/spaces/keras-io/Monocular-Depth-Estimation