Instructions to use onkarsus13/ConFiDeNet-Large-VQ-32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use onkarsus13/ConFiDeNet-Large-VQ-32 with Transformers:
# Load model directly from transformers import AutoImageProcessor, ConFiDeNetForDepthEstimation processor = AutoImageProcessor.from_pretrained("onkarsus13/ConFiDeNet-Large-VQ-32") model = ConFiDeNetForDepthEstimation.from_pretrained("onkarsus13/ConFiDeNet-Large-VQ-32") - Notebooks
- Google Colab
- Kaggle