Instructions to use LanguageBind/LanguageBind_Depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LanguageBind/LanguageBind_Depth with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="LanguageBind/LanguageBind_Depth") pipe( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png", candidate_labels=["animals", "humans", "landscape"], )# Load model directly from transformers import AutoModelForZeroShotImageClassification model = AutoModelForZeroShotImageClassification.from_pretrained("LanguageBind/LanguageBind_Depth", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e028852892339f4dbdca94fd13b05fd0a63258e2f1235ed0483c64916d09b1fe
- Size of remote file:
- 1.71 GB
- SHA256:
- aab4c04aca901e96e2ba67f49948e8e3f00f8108d3c1e1c19b5cc585e2289dac
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.