Instructions to use jzhangbs/dpt-hybrid-omnidata-normal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jzhangbs/dpt-hybrid-omnidata-normal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("depth-estimation", model="jzhangbs/dpt-hybrid-omnidata-normal")# Load model directly from transformers import AutoImageProcessor, AutoModelForDepthEstimation processor = AutoImageProcessor.from_pretrained("jzhangbs/dpt-hybrid-omnidata-normal") model = AutoModelForDepthEstimation.from_pretrained("jzhangbs/dpt-hybrid-omnidata-normal") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 42
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support