Instructions to use Intel/dpt-hybrid-midas with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Intel/dpt-hybrid-midas with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("depth-estimation", model="Intel/dpt-hybrid-midas")# Load model directly from transformers import AutoImageProcessor, AutoModelForDepthEstimation processor = AutoImageProcessor.from_pretrained("Intel/dpt-hybrid-midas") model = AutoModelForDepthEstimation.from_pretrained("Intel/dpt-hybrid-midas") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md f780875 verified
Update README.md 530c450
Update README.md fc1dad9
Update config.json (#3) 65776c9
Update README.md (#1) 4e7800c
Upload processor 3c2f350
Upload DPTForDepthEstimation aa5a870
Update README.md 402bc4a
Upload processor 25883a7
Upload DPTForDepthEstimation 45026d3
Update README.md 475b52c
Create README.md 0bf3738
Upload pytorch_model.bin d52ef03
Upload 2 files eac86af
initial commit 4bbc898
Younes Belkada commited on