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")
The community tab is the place to discuss and collaborate with the HF community!